|
@@ -55,6 +55,17 @@ export const moreRoutes = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/news',
|
|
|
|
+ component: Layout,
|
|
|
|
+ redirect: '/news/index',
|
|
|
|
+ children: [{
|
|
|
|
+ path: 'index',
|
|
|
|
+ name: 'NewsIndex',
|
|
|
|
+ component: () => import('@/views/news/index'),
|
|
|
|
+ meta: { title: '洪楼News', icon: 'dashboard' }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/house',
|
|
path: '/house',
|
|
component: Layout,
|
|
component: Layout,
|
|
@@ -68,12 +79,6 @@ export const moreRoutes = [
|
|
component: () => import('@/views/house/index'),
|
|
component: () => import('@/views/house/index'),
|
|
meta: { title: '楼盘列表' }
|
|
meta: { title: '楼盘列表' }
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: 'old',
|
|
|
|
- name: 'HouseOld',
|
|
|
|
- component: () => import('@/views/house/old'),
|
|
|
|
- meta: { title: '二手房管理' }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
path: 'news',
|
|
path: 'news',
|
|
name: 'HouseNews',
|
|
name: 'HouseNews',
|
|
@@ -87,6 +92,18 @@ export const moreRoutes = [
|
|
component: () => import('@/views/house/theme'),
|
|
component: () => import('@/views/house/theme'),
|
|
meta: { title: '模板主题' }
|
|
meta: { title: '模板主题' }
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: 'comment',
|
|
|
|
+ name: 'HouseComment',
|
|
|
|
+ component: () => import('@/views/house/comment'),
|
|
|
|
+ meta: { title: '楼盘评论' }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'old',
|
|
|
|
+ name: 'HouseOld',
|
|
|
|
+ component: () => import('@/views/house/old'),
|
|
|
|
+ meta: { title: '二手房管理' }
|
|
|
|
+ },
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -100,17 +117,6 @@ export const moreRoutes = [
|
|
meta: { title: '学校管理', icon: 'dashboard' }
|
|
meta: { title: '学校管理', icon: 'dashboard' }
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/news',
|
|
|
|
- component: Layout,
|
|
|
|
- redirect: '/news/index',
|
|
|
|
- children: [{
|
|
|
|
- path: 'index',
|
|
|
|
- name: 'NewsIndex',
|
|
|
|
- component: () => import('@/views/news/index'),
|
|
|
|
- meta: { title: '洪楼News', icon: 'dashboard' }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|