|
|
@@ -30,12 +30,26 @@ const routes: RouteRecordRaw[] = [ |
|
|
|
}, |
|
|
|
},{ |
|
|
|
path: '/views/dengmingcong/index', |
|
|
|
name: 'demo', |
|
|
|
name: 'home1', |
|
|
|
meta: { title: '菜单模块', isAuth: true }, //用户自定内容 |
|
|
|
components: { |
|
|
|
key: () => import('@/views/dengmingcong/index.vue'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
},{ |
|
|
|
path: '/views/shengbo/blacklistQuery/blacklistQuery', |
|
|
|
name: 'blacklistQuery', |
|
|
|
meta: { title: '菜单模块', isAuth: true }, //黑名单查询服务 |
|
|
|
components: { |
|
|
|
key: () => import('@/views/shengbo/blacklistQuery/blacklistQuery.vue'), |
|
|
|
}, |
|
|
|
},{ |
|
|
|
path: '/views/shengbo/trafficFlow/trafficFlow', |
|
|
|
name: 'trafficFlow', |
|
|
|
meta: { title: '菜单模块', isAuth: true }, //通行流水查询服务 |
|
|
|
components: { |
|
|
|
key: () => import('@/views/shengbo/trafficFlow/trafficFlow.vue'), |
|
|
|
}, |
|
|
|
} |
|
|
|
], |
|
|
|
} |
|
|
|
] |