From c2d81d285cc665637f2820f467a9a0d60a96e84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Mon, 23 Dec 2019 17:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90new=E3=80=91=E6=96=B0=E5=A2=9Euat?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AEip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 25 +++++++++++++++++-------- src/views/ebiz/sale/Beneficiary.vue | 3 +-- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 3f0e7a7ab..1e89bef8d 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -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 -} +} \ No newline at end of file diff --git a/src/views/ebiz/sale/Beneficiary.vue b/src/views/ebiz/sale/Beneficiary.vue index 0fc5600b1..c2cc21b0e 100644 --- a/src/views/ebiz/sale/Beneficiary.vue +++ b/src/views/ebiz/sale/Beneficiary.vue @@ -164,8 +164,7 @@ export default { this.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/sale/addBeneficiaryInfo', - needRefresh: '1' + url: location.origin + '/#/sale/addBeneficiaryInfo' }, routerInfo: { path: '/sale/addBeneficiaryInfo'