Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
91isoft_sys_web
Commits
2693863d
Commit
2693863d
authored
May 13, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c81f27a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
header.vue
src/layout/components/header.vue
+4
-4
login.vue
src/views/login/login.vue
+2
-2
No files found.
src/layout/components/header.vue
View file @
2693863d
...
...
@@ -10,9 +10,9 @@
class=
"change-sys"
@
command=
"handleCommand"
>
<span
class=
"el-dropdown-link"
>
业务中台
<i
class=
"el-icon-arrow-down el-icon--right"
/
>
</span
>
<!--
<span
class=
"el-dropdown-link"
>
--
>
<!-- 业务中台
<i
class=
"el-icon-arrow-down el-icon--right"
/>
--
>
<!--
</span>
--
>
<el-dropdown-menu
slot=
"dropdown"
>
...
...
@@ -41,7 +41,7 @@
</span>
<el-dropdown
class=
"avatar-container"
trigger=
"click"
>
<div
class=
"avatar-wrapper"
>
<img
:src=
"avatar"
class=
"user-avatar"
>
<!--
<img
:src=
"avatar"
class=
"user-avatar"
>
--
>
<i
class=
"el-icon-caret-bottom"
/>
</div>
<el-dropdown-menu
slot=
"dropdown"
class=
"user-dropdown"
>
...
...
src/views/login/login.vue
View file @
2693863d
...
...
@@ -77,8 +77,8 @@ export default {
codeUrl
:
''
,
cookiePassword
:
''
,
loginForm
:
{
username
:
'
guanliyuan
'
,
password
:
'
123456
'
,
username
:
''
,
password
:
''
,
rememberMe
:
false
,
code
:
''
,
uuid
:
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment