src/router/index.ts
@@ -84,7 +84,7 @@ }, children: [ { path: 'home', path: '/home', name: 'Home', hidden: false, component: () => import('@/views/Home/Home.vue'), @@ -93,6 +93,17 @@ title: '保单管理', affix: true, // rootMenu: true, icon: 'home', }, }, AppType === 'tp' && { path: '/InsurancePayManage', name: 'InsurancePayManage', hidden: false, component: () => import('@/views/Home/InsurancePayManage.vue'), meta: { rank: 1002, title: '付款管理', icon: 'home', }, }, @@ -156,7 +167,7 @@ icon: 'home', }, }, ], ].filter(Boolean), }, {