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
JSH ERP
Commits
72960a09
Commit
72960a09
authored
Aug 26, 2021
by
季圣华
Browse files
优化登录提示
parent
ddd2453d
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/user/Login.vue
View file @
72960a09
...
...
@@ -157,6 +157,9 @@
if
(
res
.
data
.
user
.
loginName
===
'
admin
'
){
let
desc
=
'
admin只是平台运维用户,真正的管理员是租户(测试账号为jsh),admin不能编辑任何业务数据,只能配置平台菜单和创建租户
'
this
.
$message
.
info
(
desc
,
30
)
}
else
if
(
res
.
data
.
user
.
loginName
===
'
jsh
'
){
let
desc
=
'
当前为测试用户,数据会被重置,正式体验请注册!
'
this
.
$message
.
info
(
desc
,
10
)
}
}
this
.
initMPropertyShort
();
...
...
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