diff --git a/src/router/ebiz/cardList.js b/src/router/ebiz/cardList.js
index 4889cc705..1bb661a8e 100644
--- a/src/router/ebiz/cardList.js
+++ b/src/router/ebiz/cardList.js
@@ -11,6 +11,13 @@ const phoneCode = () => import('@/views/ebiz/cardList/phoneCode')
const cardDetail = () => import('@/views/ebiz/cardList/cardDetail')
const SignatureConfirmation = () => import('@/views/ebiz/cardList/SignatureConfirmation')
const Result = () => import('@/views/ebiz/cardList/Result')
+//团险模块
+const GroupAppntInfo = () => import('@/views/ebiz/cardList/GroupAppntInfo')
+const GroupInsuredInfo = () => import('@/views/ebiz/cardList/GroupInsuredInfo')
+const GroupInsuredList = () => import('@/views/ebiz/cardList/GroupInsuredList')
+const GroupPayMent = () => import('@/views/ebiz/cardList/GroupPayMent')
+const GroupCheckInfo = () => import('@/views/ebiz/cardList/GroupCheckInfo')
+
export default [
{
@@ -121,5 +128,51 @@ export default [
index: 11
}
},
+ //团险模块
+ {
+ path: '/cardList/GroupAppntInfo',
+ name: 'GroupAppntInfo',
+ component: GroupAppntInfo,
+ meta: {
+ title: '填写投保信息',
+ index: 12
+ }
+ },
+ {
+ path: '/cardList/GroupInsuredList',
+ name: 'GroupInsuredList',
+ component: GroupInsuredList,
+ meta: {
+ title: '选择被保险人',
+ index: 13
+ }
+ },
+ {
+ path: '/cardList/GroupInsuredInfo',
+ name: 'GroupInsuredInfo',
+ component: GroupInsuredInfo,
+ meta: {
+ title: '填写被保险人信息',
+ index: 14
+ }
+ },
+ {
+ path: '/cardList/GroupPayMent',
+ name: 'GroupPayMent',
+ component: GroupPayMent,
+ meta: {
+ title: '支付分享',
+ index: 15
+ }
+ },
+ {
+ path: '/cardList/GroupCheckInfo',
+ name: 'GroupCheckInfo',
+ component: GroupCheckInfo,
+ meta: {
+ title: '核对投被保险人信息',
+ index: 16
+ }
+ },
]
diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue
new file mode 100644
index 000000000..b30b22fc3
--- /dev/null
+++ b/src/views/ebiz/cardList/GroupAppntInfo.vue
@@ -0,0 +1,1146 @@
+
+
+
+
+ 投保人信息
+
+
+
+
+
+ 证件扫描
+
+
+
+
+ 长期
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
产品信息
+
+
+
+
+
保险期间
+
+
+ {{ productDate }}
+
+
+
+
+ 总保费:{{ allPrice }}元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ebiz/cardList/GroupCheckInfo.vue b/src/views/ebiz/cardList/GroupCheckInfo.vue
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/views/ebiz/cardList/GroupInsuredList.vue b/src/views/ebiz/cardList/GroupInsuredList.vue
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/views/ebiz/cardList/GroupPayMent.vue b/src/views/ebiz/cardList/GroupPayMent.vue
new file mode 100644
index 000000000..e69de29bb