提交改动
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
ENV = 'development'
|
||||
# 'development'
|
||||
|
||||
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
|
||||
# VITE_APP_BASE_API_Url = ' http://25.18.122.66:9786'
|
||||
#sit
|
||||
# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
|
||||
@@ -19,7 +19,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
|
||||
# h5专用地址x2
|
||||
|
||||
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ export default {
|
||||
onLoad(params) {
|
||||
this.fileId = params.fileId || ''
|
||||
const userInfo = getUserInfo();
|
||||
this.userParams = '/' + (userInfo?.userName??'') + ' ' + (userInfo?.loginName??'');
|
||||
this.userParams = '/' + (userInfo?.userName??'') + '' + (userInfo?.loginName??'');
|
||||
},
|
||||
onShow() {
|
||||
if (getPhoneEnvBool('AND')) {
|
||||
|
||||
Reference in New Issue
Block a user