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()}`, '重要提示', {