From c373aaf49a702f16b6d2e877a3e42854880080c1 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Mon, 17 Mar 2025 16:46:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96](dev):=20?= =?UTF-8?q?=20=20-=20=E5=AF=BC=E5=87=BA=E6=8A=A5=E9=94=99=E6=97=B6?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E6=8A=A5=E9=94=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/upload.js b/src/utils/upload.js index 9d15443..19f9687 100644 --- a/src/utils/upload.js +++ b/src/utils/upload.js @@ -67,7 +67,7 @@ service.interceptors.response.use( }) } else { Message({ - message: res.exception || '系统开小差了,请联系管理员', + message: res.exception || res.msg || '系统开小差了,请联系管理员', type: 'error', duration: 5 * 1000 })