修改英文版本的登入頁面.
1.請修正左上角, 公司名稱. Silver Printing Orders Management System 2.另外是右上角, “郵箱帳號不存在” 請改為” The email account does not exist”
This commit is contained in:
parent
4ac33b59b5
commit
f1033b332e
|
|
@ -171,7 +171,7 @@ service.interceptors.response.use(
|
|||
})
|
||||
return Promise.reject(new Error(msg))
|
||||
} else if (code === 1002023000) {
|
||||
ElMessage.error(t('sys.api.errMsg1002023000'))
|
||||
ElNotification.error({ title: t('sys.api.errMsg1002023000') })
|
||||
} else if (code !== 200) {
|
||||
if (msg === '无效的刷新令牌') {
|
||||
// hard coding:忽略这个提示,直接登出
|
||||
|
|
|
|||
Loading…
Reference in New Issue