|
@@ -22,6 +22,7 @@ const systemSettingsRoutes = {
|
|
|
children: [
|
|
|
{
|
|
|
path: '/systemSettings',
|
|
|
+ meta: { title: '服务管理', keepAlive: true },
|
|
|
component: () => import('@/views/systemSettings/views/serviceManagement/serviceHome'),
|
|
|
},
|
|
|
{
|
|
@@ -82,6 +83,7 @@ const systemSettingsRoutes = {
|
|
|
srcer: require('@/assets/nav/ic_setting_top_check.png'),
|
|
|
children: [{
|
|
|
path: '/systemSettings/queryTemplate',
|
|
|
+ meta: { title: '查询模板', keepAlive: true },
|
|
|
component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplate'),
|
|
|
},
|
|
|
{
|
|
@@ -123,6 +125,7 @@ const systemSettingsRoutes = {
|
|
|
srcer: require('@/assets/nav/ic_setting_top_check.png'),
|
|
|
children: [{
|
|
|
path: '/systemSettings/datastructure',
|
|
|
+ meta: { title: '数据结构', keepAlive: true },
|
|
|
component: () => import('@/views/systemSettings/views/datastructure/datastructureHome'),
|
|
|
},
|
|
|
{
|