|
@@ -6,23 +6,23 @@ const routes = [
|
|
|
component: () => import('layouts/MainLayout.vue'),
|
|
|
redirect: { name: 'settings' },
|
|
|
children: [
|
|
|
- {
|
|
|
- name: 'home',
|
|
|
- path: '/home',
|
|
|
- component: () => import('pages/index.vue'),
|
|
|
- meta: { title: '首页', icon: 'home' },
|
|
|
- },
|
|
|
- {
|
|
|
- name: 'library',
|
|
|
- path: 'library',
|
|
|
- component: () => import('pages/library/index.vue'),
|
|
|
- meta: { title: '库', icon: 'video_library' },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: 'home',
|
|
|
+ // path: '/home',
|
|
|
+ // component: () => import('pages/index.vue'),
|
|
|
+ // meta: { title: '首页', icon: 'home' },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name: 'library',
|
|
|
+ // path: 'library',
|
|
|
+ // component: () => import('pages/library/index.vue'),
|
|
|
+ // meta: { title: '库', icon: 'video_library' },
|
|
|
+ // },
|
|
|
{
|
|
|
name: 'jobs',
|
|
|
path: 'jobs',
|
|
|
component: () => import('pages/jobs/index.vue'),
|
|
|
- meta: { title: '任务列表', icon: 'cloud_queue' },
|
|
|
+ meta: { title: '任务', icon: 'cloud_queue' },
|
|
|
},
|
|
|
{
|
|
|
name: 'settings',
|