From b608b61f3e78c24b64314a05e2e5132bd0e69693 Mon Sep 17 00:00:00 2001 From: "pang.lizong" Date: Mon, 30 Sep 2019 03:18:05 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=EF=BC=9B?= =?UTF-8?q?2=E3=80=81=E8=B0=83=E8=AF=95=E6=94=AF=E4=BB=98=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 11 +++++++---- src/views/ebiz/sale/PayMent.vue | 25 ------------------------- 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index c71f274f9..615f53353 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -14,7 +14,8 @@ switch (process.env.VUE_APP_FLAG) { case 'development': // apiDomain = 'http://47.96.143.111:7000/api/v1' apiDomain = 'http://139.199.50.151:7000/api/v1' // 国富api - imgDomain = 'http://10.10.100.98:7012/updown' + imgDomain = 'http://10.10.100.98:7012/updown' // dev + // 静态服务资源 assetsUrl = 'http://139.199.50.151:8000/app/' mainUrl = 'http://47.96.143.111' @@ -30,10 +31,12 @@ switch (process.env.VUE_APP_FLAG) { break case 'production': apiDomain = 'https://iagentsales.e-guofu.com/api/v1' - imgDomain = 'http://211.159.248.138:7002/updown' + imgDomain = 'https://iagentsales-ud.e-guofu.com:8553/updown' + // imgDomain = 'http://10.10.100.98:7012/updown' // 上生产前 // 静态服务资源 - assetsUrl = 'http://211.159.248.138:7001/' - mainUrl = '' + // assetsUrl = 'http://211.159.248.138:7001/' // 上生产前 + assetsUrl = 'https://iagentsales-sr.e-guofu.com:8443/' + mainUrl = 'http://47.96.143.111' payUrl = 'https://uns3.e-guofu.com/s3-modules-gateway/embed/gateway.action' break } diff --git a/src/views/ebiz/sale/PayMent.vue b/src/views/ebiz/sale/PayMent.vue index ad0d2cfdb..e071b14de 100644 --- a/src/views/ebiz/sale/PayMent.vue +++ b/src/views/ebiz/sale/PayMent.vue @@ -214,31 +214,6 @@ export default { }) }, // 获取支付信息 - underWrite() { - let data = { - platform: 'app', - type: '1', - orderDTO: { - orderInfoDTO: { - orderNo: window.localStorage.getItem('orderNo') - } - } - } - }, - // 取消支付 - cancel() { - this.$jump({ - flag: 'h5', - extra: { - url: location.origin + '/#/sale/list', - backToFirst: '1' - }, - routerInfo: { - path: '/sale/list' - } - }) - }, - // 获取支付信息 underWrite() { let data = { platform: 'app',