From d04015960e2b6b515dbb2dab68b538a07d43a665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=99=93=E5=9D=A4?= Date: Fri, 27 Sep 2019 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=81=E4=BB=B6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 2 +- src/config/sale.js | 2 +- .../ebiz/proposal/ChooseInsuredPerson.vue | 18 +++--- src/views/ebiz/sale/SignatureConfirmation.vue | 61 ++++++++----------- 4 files changed, 36 insertions(+), 47 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index e033b6cce..c6e0ee8c6 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -29,7 +29,7 @@ switch (process.env.VUE_APP_FLAG) { imgDomain = 'http://116.62.236.168:7001' // 静态服务资源 assetsUrl = 'http://139.9.25.84:7001/' - mainUrl='' + mainUrl = '' break } /** diff --git a/src/config/sale.js b/src/config/sale.js index c10f887b3..e35411205 100644 --- a/src/config/sale.js +++ b/src/config/sale.js @@ -6,4 +6,4 @@ export default { '/sale/order/orderList': mockBaseUrl + '/sale/order/orderList', // 获取告知消息 '/information': mockBaseUrl + '/information' -} +} \ No newline at end of file diff --git a/src/views/ebiz/proposal/ChooseInsuredPerson.vue b/src/views/ebiz/proposal/ChooseInsuredPerson.vue index 7c231f05b..f7e594cf9 100644 --- a/src/views/ebiz/proposal/ChooseInsuredPerson.vue +++ b/src/views/ebiz/proposal/ChooseInsuredPerson.vue @@ -1,7 +1,7 @@