| | |
| | | component: () => import('@/views/Home/Home.vue'), |
| | | meta: { |
| | | rank: 10001, |
| | | title: '首页', |
| | | title: '工作台', |
| | | affix: true, |
| | | rootMenu: true, |
| | | }, |
| | |
| | | rootMenu: true, |
| | | }, |
| | | }, |
| | | // { |
| | | // path: '/InsuranceClaimDetail', |
| | | // redirect: 'noRedirect', |
| | | // component: Layout, |
| | | // hidden: false, |
| | | // alwaysShow: true, |
| | | // meta: { |
| | | // rank: 10001, |
| | | // title: '理赔', |
| | | // rootMenu: true, |
| | | // icon: 'home', |
| | | // }, |
| | | // children: [ |
| | | // { |
| | | // path: '/InsuranceClaimDetail/:id', |
| | | // name: 'InsuranceClaimDetail', |
| | | // hidden: true, |
| | | // component: () => import('@/views/InsuranceClaim/InsuranceClaimDetail.vue'), |
| | | // meta: { |
| | | // rank: 10002, |
| | | // title: '理赔详情', |
| | | // // rootMenu: true, |
| | | // icon: 'home', |
| | | // }, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | path: '/EnterpriseInfo', |
| | | redirect: 'noRedirect', |
| | | component: Layout, |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | meta: { |
| | | rank: 10010, |
| | | title: '企业信息', |
| | | rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | children: [ |
| | | { |
| | | path: '/EnterpriseInfoList', |
| | | name: 'EnterpriseInfoList', |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | component: () => import('@/views/EnterpriseInfo/EnterpriseInfo.vue'), |
| | | meta: { |
| | | rank: 10011, |
| | | title: '企业信息', |
| | | // rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/EnterpriseInfoDetail/:id', |
| | | name: 'EnterpriseInfoDetail', |
| | | hidden: true, |
| | | component: () => import('@/views/EnterpriseInfo/EnterpriseInfoDetail.vue'), |
| | | meta: { |
| | | rank: 10012, |
| | | title: '企业信息详情', |
| | | // rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: '/MaterialReview', |
| | | redirect: 'noRedirect', |
| | | component: Layout, |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | meta: { |
| | | rank: 10020, |
| | | title: '材料审核', |
| | | rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | children: [ |
| | | { |
| | | path: '/MaterialReviewList', |
| | | name: 'MaterialReviewList', |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | component: () => import('@/views/MaterialReview/MaterialReview.vue'), |
| | | meta: { |
| | | rank: 10021, |
| | | title: '材料审核', |
| | | // rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/MaterialReviewDetail/:id', |
| | | name: 'MaterialReviewDetail', |
| | | hidden: true, |
| | | component: () => import('@/views/MaterialReview/MaterialReviewDetail.vue'), |
| | | meta: { |
| | | rank: 10022, |
| | | title: '材料审核详情', |
| | | rootMenu: false, |
| | | }, |
| | | }, |
| | | { |
| | | path: '/MaterialReviewAudit/:id', |
| | | name: 'MaterialReviewAudit', |
| | | hidden: true, |
| | | component: () => import('@/views/MaterialReview/MaterialReviewAudit.vue'), |
| | | meta: { |
| | | rank: 10023, |
| | | title: '审核', |
| | | rootMenu: false, |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: '/Reward', |
| | | redirect: 'noRedirect', |
| | | component: Layout, |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | meta: { |
| | | rank: 10030, |
| | | title: '平台奖励', |
| | | rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | children: [ |
| | | { |
| | | path: '/RewardGrant', |
| | | name: 'RewardGrant', |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | component: () => import('@/views/Reward/RewardGrant.vue'), |
| | | meta: { |
| | | rank: 10031, |
| | | title: '奖励发放', |
| | | // rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/RewardDeclareDetail/:id', |
| | | name: 'RewardDeclareDetail', |
| | | hidden: true, |
| | | component: () => import('@/views/Reward/RewardDeclareDetail.vue'), |
| | | meta: { |
| | | rank: 10032, |
| | | title: '申报详情', |
| | | rootMenu: false, |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: '/Syatem', |
| | | redirect: 'noRedirect', |
| | | component: Layout, |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | meta: { |
| | | rank: 10030, |
| | | title: '系统配置', |
| | | rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | children: [ |
| | | { |
| | | path: '/Account', |
| | | name: 'Account', |
| | | hidden: false, |
| | | alwaysShow: true, |
| | | component: () => import('@/views/Account/AccountManageList.vue'), |
| | | meta: { |
| | | rank: 10031, |
| | | title: '账号管理', |
| | | // rootMenu: true, |
| | | icon: 'home', |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | |
| | | { |
| | | path: '/Login', |
| | | name: 'Login', |