From 06e560e929fb76d1a8a163040f6e795bb9f62a4e Mon Sep 17 00:00:00 2001
From: pangxingyue <120277894@qq.com>
Date: Fri, 5 Mar 2021 16:16:31 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=20=E6=8A=95=E4=BF=9D=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/config/index.js | 4 +-
src/router/ebiz/insureAgain.js | 20 ++++--
src/views/ebiz/insureAgain/DropdownBox.vue | 57 ---------------
src/views/ebiz/insureAgain/InfoCell.vue | 63 ----------------
.../ebiz/insureAgain/InsureAgainDetail.vue | 71 -------------------
.../ebiz/insureAgain/InsureInformation.vue | 64 ++++++++---------
.../insureAgain/NotificationInformation.vue | 2 +-
.../ebiz/insureAgain/NotificationItem.vue | 2 +-
.../ebiz/insureAgain/ProductInformation.vue | 4 +-
.../ebiz/insureAgain/SignConfirmation.vue | 4 +-
src/views/ebiz/insureAgain/StateRadio.vue | 33 ---------
src/views/ebiz/insureAgain/index.vue | 44 +++++++++---
12 files changed, 91 insertions(+), 277 deletions(-)
delete mode 100644 src/views/ebiz/insureAgain/DropdownBox.vue
delete mode 100644 src/views/ebiz/insureAgain/InfoCell.vue
delete mode 100644 src/views/ebiz/insureAgain/InsureAgainDetail.vue
delete mode 100644 src/views/ebiz/insureAgain/StateRadio.vue
diff --git a/src/config/index.js b/src/config/index.js
index 21b75b18e..7139e3589 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -11,7 +11,7 @@ let apiDomain, imgDomain, assetsUrl, mainUrl, payUrl, zssqUrl ,REQ_PWD, CACHE_EN
console.log('环境:', process.env.VUE_APP_FLAG)
switch (process.env.VUE_APP_FLAG) {
case 'dev':
- apiDomain = 'http://139.199.50.151:7000/api/v2' // 国富api ///api/v1
+ apiDomain = 'http://139.199.50.151:7000/api/v1' // 国富api ///api/v1
imgDomain = 'http://211.159.248.123:7012/updown' // dev
// 静态服务资源
assetsUrl = 'http://139.199.50.151:8000/app/'
@@ -22,7 +22,7 @@ switch (process.env.VUE_APP_FLAG) {
zssqUrl = 'http://139.199.50.151/html/test/index.html#/'
REQ_PWD = '41424344454631323334353637383930'
CACHE_ENCRYP = '41424344454631323334353637383930'
- API_VERSION = 'v2'
+ API_VERSION = 'v1'
break
case 'uat':
apiDomain = 'http://115.159.235.59:7000/api/v1' // 国富api
diff --git a/src/router/ebiz/insureAgain.js b/src/router/ebiz/insureAgain.js
index 726dd6ae3..46dd21d1d 100644
--- a/src/router/ebiz/insureAgain.js
+++ b/src/router/ebiz/insureAgain.js
@@ -1,5 +1,6 @@
const InsureAgain = () => import('@/views/ebiz/insureAgain')
-const InsureAgainDetail = () => import('@/views/ebiz/insureAgain/InsureAgainDetail')
+const uncommitInsureDetail = () => import('@/views/ebiz/insureAgain/uncommitInsureDetail')
+const commitInsureDetail = () => import('@/views/ebiz/insureAgain/commitInsureDetail')
const InsureAgainProgress = () => import('@/views/ebiz/insureAgain/InsureAgainProgress')
const InsureAgainPayment = () => import('@/views/ebiz/insureAgain/Payment')
const PaymentResult = () => import('@/views/ebiz/insureAgain/PaymentResult')
@@ -15,14 +16,23 @@ export default [
}
},
{
- // 重新投保首页
- path: '/insureAgain/insureAgainDetail',
- name: 'InsureAgainDetail',
- component: InsureAgainDetail,
+ // 重新投保详情页
+ path: '/insureAgain/uncommitInsureDetail',
+ name: 'uncommitInsureDetail',
+ component: uncommitInsureDetail,
meta: {
title: '可申请重新投保保单详情'
}
},
+ {
+ // 重新投保详情页
+ path: '/insureAgain/commitInsureDetail',
+ name: 'commitInsureDetail',
+ component: commitInsureDetail,
+ meta: {
+ title: '重新投保保单详情'
+ }
+ },
{
// 投保流程首页
path: '/insureAgain/progress',
diff --git a/src/views/ebiz/insureAgain/DropdownBox.vue b/src/views/ebiz/insureAgain/DropdownBox.vue
deleted file mode 100644
index 52c4aa118..000000000
--- a/src/views/ebiz/insureAgain/DropdownBox.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
- 暂无内容
@@ -26,9 +26,15 @@ {{ order.stateName }}