Browse Source

测试环境:登录提示语修改

hella_online_20250522
陈放 3 weeks ago
parent
commit
dd9fbcec70
  1. 2
      src/utils/dict.ts
  2. 2
      src/views/login/components/LoginForm.vue

2
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', // 条码前缀

2
src/views/login/components/LoginForm.vue

@ -314,7 +314,7 @@
authUtil.setToken(res)
if(getSystermUpdateAlert()=='true'||getSystermUpdateAlert()===true){
await ElMessageBox.alert(
'<strong>系统迁移,请移步至</strong>' +
'<strong>您目前登陆的是测试系统,若登陆有误请,请移步至</strong>' +
`<a href=${getSystermUpdateUrl()} target="_blank">${getSystermUpdateUrl()}</a>`,
'重要提示',
{

Loading…
Cancel
Save