喜喜检查
This commit is contained in:
@@ -346,6 +346,28 @@ export const constantRoutes = [
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/xixi-love',
|
||||
component: Layout,
|
||||
redirect: '/xixi-love/inspection',
|
||||
name: 'XixiLoveRoot',
|
||||
meta: { title: '喜喜爱情', icon: 'el-icon-star-on' },
|
||||
children: [
|
||||
{
|
||||
path: 'inspection',
|
||||
name: 'XixiInspection',
|
||||
component: () => import('@/views/xixi-love/inspection'),
|
||||
meta: { title: '喜喜检查', icon: 'el-icon-view' }
|
||||
},
|
||||
{
|
||||
path: 'inspection-story',
|
||||
name: 'XixiInspectionStory',
|
||||
component: () => import('@/views/xixi-love/inspection-story'),
|
||||
meta: { title: '喜喜检查故事', icon: 'el-icon-reading' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/system',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user