完善银保代理人电子化合同签署页面的代码相关逻辑

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-07-18 14:31:35 +08:00
parent f31865d26a
commit cd5039074e
4 changed files with 264 additions and 170 deletions

View File

@@ -1,5 +1,6 @@
//电子投保 定义相关组件
const step1 = () => import('@/views/ebiz/YB_agentSign/step1')
const step2 = () => import('@/views/ebiz/YB_agentSign/step2')
let riskName = localStorage.riskName
export default [
{
@@ -7,8 +8,15 @@ export default [
name: 'step1',
component: step1,
meta: {
title: '银保代理人电子化合同签署',
index: 1
title: '银保代理人电子化合同签署'
}
},
{
path: '/YB_agentSign/step2',
name: 'step2',
component: step2,
meta: {
title: '银保代理人电子化合同签署'
}
},
]