From f1033b332e3cce716e3574c41a0d86687a2233ce Mon Sep 17 00:00:00 2001 From: Mrking <782276617@qq.com> Date: Mon, 7 Apr 2025 19:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8B=B1=E6=96=87=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=E7=99=BB=E5=85=A5=E9=A0=81=E9=9D=A2.=201.?= =?UTF-8?q?=E8=AB=8B=E4=BF=AE=E6=AD=A3=E5=B7=A6=E4=B8=8A=E8=A7=92,=C2=A0?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E5=90=8D=E7=A8=B1.=20Silver=20Printing=20Ord?= =?UTF-8?q?ers=20Management=20System=202.=E5=8F=A6=E5=A4=96=E6=98=AF?= =?UTF-8?q?=E5=8F=B3=E4=B8=8A=E8=A7=92,=20=E2=80=9C=E9=83=B5=E7=AE=B1?= =?UTF-8?q?=E5=B8=B3=E8=99=9F=E4=B8=8D=E5=AD=98=E5=9C=A8=E2=80=9D=20?= =?UTF-8?q?=E8=AB=8B=E6=94=B9=E7=82=BA=E2=80=9D=C2=A0The=20email=20account?= =?UTF-8?q?=20does=20not=20exist=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hangtag-ui/hangtag-ui-front/src/config/axios/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangtag-ui/hangtag-ui-front/src/config/axios/service.ts b/hangtag-ui/hangtag-ui-front/src/config/axios/service.ts index 6b0f9b2..77c25c7 100644 --- a/hangtag-ui/hangtag-ui-front/src/config/axios/service.ts +++ b/hangtag-ui/hangtag-ui-front/src/config/axios/service.ts @@ -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:忽略这个提示,直接登出