mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
随机密码加密解密--index.js环境配置修改,区分post和get请求
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user