随机密码加密解密--index.js环境配置修改,区分post和get请求

This commit is contained in:
liyuetong
2021-12-15 15:39:22 +08:00
committed by li.yuetong
parent 7a4515eb17
commit d6fdb8534b
2 changed files with 9 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ switch (process.env.VUE_APP_FLAG) {
API_VERSION = 'v2'
break
case 'prd':
apiDomain = 'https://iagentsales.e-guofu.com/api/v2'
apiDomain = 'https://iagentsales.e-guofu.com/api/v3'
imgDomain = 'https://iagentsales-ud.e-guofu.com:8553/updown'
assetsUrl = 'https://iagentsales-sr.e-guofu.com:8443/'
// 上传影像地址 挂载共享盘 地址
@@ -57,7 +57,7 @@ switch (process.env.VUE_APP_FLAG) {
zssqUrl = ''
REQ_PWD = '41424344454631323334353637383930'
CACHE_ENCRYP = '41424344454631323334353637383930'
API_VERSION = 'v2'
API_VERSION = 'v3'
break
case 'dat':
apiDomain = ''