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
5092120c
Commit
5092120c
authored
May 25, 2022
by
季圣华
Browse files
优化租户过期的提示文字
parent
829e9552
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/user/Login.vue
View file @
5092120c
...
...
@@ -230,7 +230,7 @@
this
.
requestFailed
(
err
)
this
.
Logout
();
}
else
if
(
res
.
data
.
msgTip
==
'
tenant is expire
'
){
err
.
message
=
'
用户所属的租户已过期
'
;
err
.
message
=
'
试用期已结束,请联系客服续费
'
;
this
.
requestFailed
(
err
)
this
.
Logout
();
}
else
if
(
res
.
data
.
msgTip
==
'
access service error
'
){
...
...
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