修改英文版本的登入頁面.

1.請修正左上角, 公司名稱.
Silver Printing Orders Management System
2.另外是右上角, “郵箱帳號不存在”
請改為” The email account does not exist”
This commit is contained in:
Mrking 2025-04-07 19:53:57 +08:00
parent 4ac33b59b5
commit f1033b332e
1 changed files with 1 additions and 1 deletions

View File

@ -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忽略这个提示直接登出