From dd9fbcec706e1d529f427b8d305e45309a68495f Mon Sep 17 00:00:00 2001 From: chenfang <1057876684@qq.com> Date: Wed, 21 May 2025 13:36:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=9A=E7=99=BB=E5=BD=95=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 2 +- src/views/login/components/LoginForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 63e65e889..8100bad45 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -225,7 +225,7 @@ export enum DICT_TYPE { DOCUMENT_TYPE = 'document_type', // 单据分类 REQEUST_MODE = 'reqeust_mode', // 申请模式 TIME_UNIT = 'time_unit', // 时间单位 - COUNT_TYPE = 'count_type', // 盘点类型 + COUNT_TYPE = 'count_type', // 盘点类型- COUNT_SPLIT_TYPE = 'count_split_type', // 盘点拆分方式 COUNT_SCOPE_TYPE = 'count_scope_type', // 盘点范围类型 BARCODE_PREFIX = 'barcode_prefix', // 条码前缀 diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index c9a9d3052..212d4cb8f 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -314,7 +314,7 @@ authUtil.setToken(res) if(getSystermUpdateAlert()=='true'||getSystermUpdateAlert()===true){ await ElMessageBox.alert( - '系统迁移,请移步至' + + '您目前登陆的是测试系统,若登陆有误请,请移步至' + `${getSystermUpdateUrl()}`, '重要提示', { From b74de3618e07cb21927aca5d650179141d1fdea9 Mon Sep 17 00:00:00 2001 From: chenfang <1057876684@qq.com> Date: Wed, 21 May 2025 14:02:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=9A=E7=99=BB=E5=BD=95=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/LoginForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index 212d4cb8f..c3cdc64f5 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -314,7 +314,7 @@ authUtil.setToken(res) if(getSystermUpdateAlert()=='true'||getSystermUpdateAlert()===true){ await ElMessageBox.alert( - '您目前登陆的是测试系统,若登陆有误请,请移步至' + + '您目前登陆的是测试系统,若登陆有误,请移步至' + `${getSystermUpdateUrl()}`, '重要提示', {