mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 20:16:45 +08:00
【new】新增uat环境配置ip
This commit is contained in:
@@ -24,12 +24,16 @@ switch (process.env.VUE_APP_FLAG) {
|
||||
payUrl = 'http://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
||||
break
|
||||
case 'uat':
|
||||
apiDomain = ''
|
||||
imgDomain = ''
|
||||
apiDomain = 'http://115.159.235.59:7000/api/v1' // 国富api
|
||||
// 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 = ''
|
||||
mainUrl = ''
|
||||
payUrl = ''
|
||||
assetsUrl = 'http://115.159.235.59:8000/app/'
|
||||
mainUrl = 'http://115.159.235.59'
|
||||
// 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
|
||||
case 'prd':
|
||||
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'
|
||||
break
|
||||
case 'dat':
|
||||
apiDomain = ''
|
||||
imgDomain = ''
|
||||
// apiDomain = 'http://47.96.143.111:7000/api/v1'
|
||||
apiDomain = '' // 国富api
|
||||
// apiDomain = 'http://10.11.2.247004/'
|
||||
// imgDomain = 'http://10.10.100.98:7012/updown' // dev
|
||||
imgDomain = '' // dev
|
||||
|
||||
// 静态服务资源
|
||||
assetsUrl = ''
|
||||
mainUrl = ''
|
||||
// payUrl = 'http://10.10.100.84:7003/s3-modules-gateway/embed/gateway.action'
|
||||
payUrl = ''
|
||||
break
|
||||
}
|
||||
@@ -65,4 +74,4 @@ export default {
|
||||
assetsUrl,
|
||||
mainUrl,
|
||||
payUrl
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user