|
|
@ -51,22 +51,18 @@ export const constantRoutes = [ |
|
|
|
path: 'dashboard', |
|
|
|
name: 'dashboard', |
|
|
|
component: () => import('@/views/dashboard/index'), |
|
|
|
meta: { title: '云服务平台管理系统', icon: '' } |
|
|
|
meta: { title: '推策服务平台管理系统', icon: '' } |
|
|
|
}] |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
path: '/example', |
|
|
|
path: '/rotation', |
|
|
|
component: Layout, |
|
|
|
redirect: '/example/table', |
|
|
|
name: 'Example', |
|
|
|
meta: { title: '首页管理', icon: 'nested' }, |
|
|
|
children: [{ |
|
|
|
path: 'policy', |
|
|
|
name: 'Policy', |
|
|
|
component: () => import('@/views/firstPages/policy'), |
|
|
|
meta: { title: '政策管理', icon: '' } |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'Rotation', |
|
|
|
name: 'Rotation', |
|
|
@ -74,16 +70,31 @@ export const constantRoutes = [ |
|
|
|
meta: { title: '轮播图管理', icon: '' } |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'Train', |
|
|
|
name: 'Train', |
|
|
|
component: () => import('@/views/firstPages/train'), |
|
|
|
meta: { title: '培训管理', icon: '' } |
|
|
|
path: 'rotation', |
|
|
|
name: 'rotation', |
|
|
|
meta: { title: '搜索管理', icon: '' }, |
|
|
|
|
|
|
|
}, |
|
|
|
// {
|
|
|
|
// path: 'Notice',
|
|
|
|
// name: 'Notice',
|
|
|
|
// component: () => import('@/views/firstPages/notice'),
|
|
|
|
// meta: { title: '发榜管理', icon: '' }
|
|
|
|
// },
|
|
|
|
] |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: 'Notice', |
|
|
|
name: 'Notice', |
|
|
|
component: () => import('@/views/firstPages/notice'), |
|
|
|
meta: { title: '发榜管理', icon: '' } |
|
|
|
path: '/policy', |
|
|
|
component: Layout, |
|
|
|
redirect: '/example/table', |
|
|
|
name: 'Example', |
|
|
|
meta: { title: '政策管理', icon: 'nested' }, |
|
|
|
children: [{ |
|
|
|
path: 'policy', |
|
|
|
name: 'Policy', |
|
|
|
component: () => import('@/views/firstPages/policy'), |
|
|
|
meta: { title: '政策管理', icon: '' } |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'typemanage', |
|
|
@ -115,6 +126,39 @@ export const constantRoutes = [ |
|
|
|
] |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/train', |
|
|
|
component: Layout, |
|
|
|
redirect: '/example/table', |
|
|
|
name: 'Example', |
|
|
|
meta: { title: '管理', icon: 'nested' }, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'train', |
|
|
|
name: 'train', |
|
|
|
component: () => import('@/views/firstPages/train'), |
|
|
|
meta: { title: '培训管理', icon: '' } |
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/Notice', |
|
|
|
name: 'Notice', |
|
|
|
component: Layout, |
|
|
|
redirect: '/Notice', |
|
|
|
meta: { title: '发榜管理', icon: 'nested' }, |
|
|
|
children: [{ |
|
|
|
path: 'Notice', |
|
|
|
name: 'Notice', |
|
|
|
component: () => import('@/views/firstPages/notice'), |
|
|
|
meta: { title: '发榜管理', icon: '' } |
|
|
|
}] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
// path: '/nested',
|
|
|
|
// component: Layout,
|
|
|
|