mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 15:46:44 +08:00
银保代理人电子化合同签署 增加页面
This commit is contained in:
14
src/router/ebiz/YB_agentSign.js
Normal file
14
src/router/ebiz/YB_agentSign.js
Normal file
@@ -0,0 +1,14 @@
|
||||
//电子投保 定义相关组件
|
||||
const step1 = () => import('@/views/ebiz/YB_agentSign/step1')
|
||||
let riskName = localStorage.riskName
|
||||
export default [
|
||||
{
|
||||
path: '/YB_agentSign/step1',
|
||||
name: 'step1',
|
||||
component: step1,
|
||||
meta: {
|
||||
title: '银保代理人电子化合同签署',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user