|
@@ -44,14 +44,14 @@ export const moreRoutes = [
|
|
path: 'dict',
|
|
path: 'dict',
|
|
name: 'Dict',
|
|
name: 'Dict',
|
|
component: () => import('@/views/base/dict'),
|
|
component: () => import('@/views/base/dict'),
|
|
- meta: { title: '系统字典', affix: true }
|
|
+ meta: { title: '系统字典' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'dictDtl',
|
|
path: 'dictDtl',
|
|
name: 'DictDtl',
|
|
name: 'DictDtl',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: () => import('@/views/base/dictDtl'),
|
|
component: () => import('@/views/base/dictDtl'),
|
|
- meta: { title: '系统字典详情', affix: true }
|
|
+ meta: { title: '系统字典详情' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -66,19 +66,19 @@ export const moreRoutes = [
|
|
path: 'index',
|
|
path: 'index',
|
|
name: 'HouseIndex',
|
|
name: 'HouseIndex',
|
|
component: () => import('@/views/house/index'),
|
|
component: () => import('@/views/house/index'),
|
|
- meta: { title: '楼盘列表', affix: true }
|
|
+ meta: { title: '楼盘列表' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'old',
|
|
path: 'old',
|
|
name: 'HouseOld',
|
|
name: 'HouseOld',
|
|
component: () => import('@/views/house/old'),
|
|
component: () => import('@/views/house/old'),
|
|
- meta: { title: '二手房管理', affix: true }
|
|
+ meta: { title: '二手房管理' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'theme',
|
|
path: 'theme',
|
|
name: 'HouseTheme',
|
|
name: 'HouseTheme',
|
|
component: () => import('@/views/house/theme'),
|
|
component: () => import('@/views/house/theme'),
|
|
- meta: { title: '模板主题', affix: true }
|
|
+ meta: { title: '模板主题' }
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -90,7 +90,7 @@ export const moreRoutes = [
|
|
path: 'index',
|
|
path: 'index',
|
|
name: 'SchoolIndex',
|
|
name: 'SchoolIndex',
|
|
component: () => import('@/views/school/index'),
|
|
component: () => import('@/views/school/index'),
|
|
- meta: { title: '学校管理', icon: 'dashboard', affix: true }
|
|
+ meta: { title: '学校管理', icon: 'dashboard' }
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -101,7 +101,7 @@ export const moreRoutes = [
|
|
path: 'index',
|
|
path: 'index',
|
|
name: 'NewsIndex',
|
|
name: 'NewsIndex',
|
|
component: () => import('@/views/news/index'),
|
|
component: () => import('@/views/news/index'),
|
|
- meta: { title: '洪楼News', icon: 'dashboard', affix: true }
|
|
+ meta: { title: '洪楼News', icon: 'dashboard' }
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
|