【new】新增uat环境配置ip

This commit is contained in:
皮伟
2019-12-23 17:10:47 +08:00
parent a306551655
commit c2d81d285c
2 changed files with 18 additions and 10 deletions

View File

@@ -24,12 +24,16 @@ switch (process.env.VUE_APP_FLAG) {
payUrl = 'http://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action' payUrl = 'http://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
break break
case 'uat': case 'uat':
apiDomain = '' apiDomain = 'http://115.159.235.59:7000/api/v1' // 国富api
imgDomain = '' // apiDomain = 'http://10.11.2.247004/'
// imgDomain = 'http://10.10.100.98:7012/updown' // dev
imgDomain = 'http://139.199.50.145:7012/updown' // dev
// 静态服务资源 // 静态服务资源
assetsUrl = '' assetsUrl = 'http://115.159.235.59:8000/app/'
mainUrl = '' mainUrl = 'http://115.159.235.59'
payUrl = '' // payUrl = 'http://10.10.100.84:7003/s3-modules-gateway/embed/gateway.action'
payUrl = 'http://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
break break
case 'prd': case 'prd':
apiDomain = 'https://iagentsales.e-guofu.com/api/v1' apiDomain = 'https://iagentsales.e-guofu.com/api/v1'
@@ -42,11 +46,16 @@ switch (process.env.VUE_APP_FLAG) {
payUrl = 'https://uns3.e-guofu.com/s3-modules-gateway/embed/gateway.action' payUrl = 'https://uns3.e-guofu.com/s3-modules-gateway/embed/gateway.action'
break break
case 'dat': case 'dat':
apiDomain = '' // apiDomain = 'http://47.96.143.111:7000/api/v1'
imgDomain = '' apiDomain = '' // 国富api
// apiDomain = 'http://10.11.2.247004/'
// imgDomain = 'http://10.10.100.98:7012/updown' // dev
imgDomain = '' // dev
// 静态服务资源 // 静态服务资源
assetsUrl = '' assetsUrl = ''
mainUrl = '' mainUrl = ''
// payUrl = 'http://10.10.100.84:7003/s3-modules-gateway/embed/gateway.action'
payUrl = '' payUrl = ''
break break
} }
@@ -65,4 +74,4 @@ export default {
assetsUrl, assetsUrl,
mainUrl, mainUrl,
payUrl payUrl
} }

View File

@@ -164,8 +164,7 @@ export default {
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + '/#/sale/addBeneficiaryInfo', url: location.origin + '/#/sale/addBeneficiaryInfo'
needRefresh: '1'
}, },
routerInfo: { routerInfo: {
path: '/sale/addBeneficiaryInfo' path: '/sale/addBeneficiaryInfo'