|
|
|
@ -74,71 +74,6 @@ export const constantRoutes = [ |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/feedback', |
|
|
|
component: Layout, |
|
|
|
redirect: 'index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'index', |
|
|
|
component: () => import('@/views/img/feedback'), |
|
|
|
name: 'Feedback', |
|
|
|
meta: { title: '反馈信息', icon: 'dashboard', affix: true } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/type', |
|
|
|
component: Layout, |
|
|
|
redirect: 'index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'index', |
|
|
|
component: () => import('@/views/img/type'), |
|
|
|
name: 'Type', |
|
|
|
meta: { title: '图片类型', icon: 'dashboard', affix: true } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/banner', |
|
|
|
component: Layout, |
|
|
|
redirect: 'index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'index', |
|
|
|
component: () => import('@/views/img/banner'), |
|
|
|
name: 'Banner', |
|
|
|
meta: { title: 'banner', icon: 'dashboard', affix: true } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/tiktokUser', |
|
|
|
component: Layout, |
|
|
|
redirect: 'index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'index', |
|
|
|
component: () => import('@/views/img/tiktokUser'), |
|
|
|
name: 'TiktokUser', |
|
|
|
meta: { title: 'tiktokUser', icon: 'dashboard', affix: true } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/tiktokImg', |
|
|
|
component: Layout, |
|
|
|
redirect: 'index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'index', |
|
|
|
component: () => import('@/views/img/tiktokImg'), |
|
|
|
name: 'TiktokImg', |
|
|
|
meta: { title: 'tiktokImg', icon: 'dashboard', affix: true } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/user', |
|
|
|
component: Layout, |
|
|
|
|