Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
58dc54c1
Commit
58dc54c1
authored
Feb 01, 2019
by
Junling Bu
Browse files
chore[litemall-admin]: 登录页面添加三种用户的tips
parent
534e5615
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/login/index.vue
View file @
58dc54c1
...
...
@@ -22,6 +22,21 @@
</el-form-item>
<el-button
:loading=
"loading"
type=
"primary"
style=
"width:100%;margin-bottom:30px;"
@
click.native.prevent=
"handleLogin"
>
登录
</el-button>
<div
style=
"position:relative"
>
<div
class=
"tips"
>
<span>
超级管理员用户名: admin123
</span>
<span>
超级管理员用户名:admin123
</span>
</div>
<div
class=
"tips"
>
<span>
商城管理员用户名: mall123
</span>
<span>
商城管理员用户名:mall123
</span>
</div>
<div
class=
"tips"
>
<span>
推广管理员用户名: promotion123
</span>
<span>
推广管理员用户名:promotion123
</span>
</div>
</div>
</el-form>
</div>
...
...
Write
Preview
Supports
Markdown
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