|
@@ -44,23 +44,23 @@ export const constantRoutes = [
|
|
|
// }
|
|
|
// ]
|
|
|
// },
|
|
|
- {
|
|
|
- path: '/timedtask', // 定时任务列表
|
|
|
- component: Layout,
|
|
|
- // component: () => import('@/views/timedTask/index'),
|
|
|
- hidden: false,
|
|
|
- children: [
|
|
|
- {
|
|
|
- name: '定时任务',
|
|
|
- path: 'timedtask',
|
|
|
- component: () => import('@/views/timedTask/index'),
|
|
|
- hidden: true,
|
|
|
- meta: {
|
|
|
- title: '定时任务'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/timedtask', // 定时任务列表
|
|
|
+ // component: Layout,
|
|
|
+ // // component: () => import('@/views/timedTask/index'),
|
|
|
+ // hidden: false,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // name: '定时任务',
|
|
|
+ // path: 'timedtask',
|
|
|
+ // component: () => import('@/views/timedTask/index'),
|
|
|
+ // hidden: true,
|
|
|
+ // meta: {
|
|
|
+ // title: '定时任务'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/setSilder', // 侧边栏
|
|
|
component: Layout,
|
|
@@ -92,19 +92,20 @@ export const constantRoutes = [
|
|
|
path: '/404',
|
|
|
component: () => import('@/views/404'),
|
|
|
hidden: true
|
|
|
- }, {
|
|
|
- path: '/sporadicManager',
|
|
|
- component: Layout,
|
|
|
- hidden: false,
|
|
|
- children: [
|
|
|
- {
|
|
|
- name: '零星收费',
|
|
|
- path: 'sporadicList',
|
|
|
- component: () => import('@/views/setSilder/addSilder'),
|
|
|
- hidden: false,
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/sporadicManager',
|
|
|
+ // component: Layout,
|
|
|
+ // hidden: false,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // name: '零星收费',
|
|
|
+ // path: 'sporadicList',
|
|
|
+ // component: () => import('@/views/setSilder/addSilder'),
|
|
|
+ // hidden: false,
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
// { path: '*', redirect: '/404', hidden: true }
|
|
|
]
|
|
|
// export const constantRoutes = [{
|
|
@@ -243,6 +244,8 @@ export const asyncRoutes = {
|
|
|
// 网管课详情
|
|
|
accompanys:()=> import('@/views/accompanyManager/accompanys'),
|
|
|
// 版本控制
|
|
|
- editionList:()=> import('@/views/editionManager/editionList')
|
|
|
+ editionList:()=> import('@/views/editionManager/editionList'),
|
|
|
+ // 定时任务
|
|
|
+ timedTask:()=> import('@/views/timedTask/index')
|
|
|
}
|
|
|
export default router
|