From 9e85e9705e3ad042ff43dccd6f4e30b0a9c450d8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 21 Jan 2025 09:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E5=BC=80=E5=90=AF=E9=99=90?= =?UTF-8?q?=E5=88=B6=E7=99=BB=E5=BD=95=E5=90=8E=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 8d58d82c..230da40e 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -134,8 +134,8 @@ service.interceptors.response.use( } store.dispatch('user/logout').then(() => { router.push(`/login`) - this.$i18n.locale = 'zh' - this.setLanguage('zh') + // this.$i18n.locale = 'zh' + // this.setLanguage('zh') this.$updateDictionary() }) } else {