feat: news
This commit is contained in:
@@ -73,6 +73,18 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/cxshMini/home/banner/index'),
|
||||
meta: { title: '轮播图' },
|
||||
},
|
||||
{
|
||||
path: 'news',
|
||||
name: 'News',
|
||||
component: () => import('@/views/cxshMini/home/news/index'),
|
||||
meta: { title: '花絮动态' },
|
||||
},
|
||||
{
|
||||
path: 'createNews',
|
||||
name: 'CreateNews',
|
||||
component: () => import('@/views/cxshMini/home/createNews/index'),
|
||||
meta: { title: '新建花絮' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user