|
@@ -8,12 +8,22 @@ const systemSettingsRoutes = {
|
|
|
path: '/systemSettings',
|
|
|
name: 'systemSettings',
|
|
|
component: () => import('@/views/systemSettings/index'),
|
|
|
- meta: { title: '系统设置', icon: 'systemSettings', imgstyle: 'ic_setting_nav_default.png', imgstyleup: 'ic_setting_nav_check.png', keepAlive: false },
|
|
|
+ meta: {
|
|
|
+ title: '系统设置',
|
|
|
+ icon: 'systemSettings',
|
|
|
+ imgstyle: 'ic_setting_nav_default.png',
|
|
|
+ imgstyleup: 'ic_setting_nav_check.png',
|
|
|
+ keepAlive: false
|
|
|
+ },
|
|
|
children: [
|
|
|
{
|
|
|
path: '/systemSettings',
|
|
|
name: 'serviceManagement',
|
|
|
- component: { render(c) { return c('router-view') } },
|
|
|
+ component: {
|
|
|
+ render(c) {
|
|
|
+ return c('router-view')
|
|
|
+ }
|
|
|
+ },
|
|
|
redirect: '/systemSettings',
|
|
|
meta: { title: '服务管理', keepAlive: false },
|
|
|
hidden: true,
|
|
@@ -23,7 +33,7 @@ const systemSettingsRoutes = {
|
|
|
{
|
|
|
path: '/systemSettings',
|
|
|
meta: { title: '服务管理', keepAlive: false },
|
|
|
- component: () => import('@/views/systemSettings/views/serviceManagement/serviceHome'),
|
|
|
+ component: () => import('@/views/systemSettings/views/serviceManagement/serviceHome')
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/serviceEdit',
|
|
@@ -51,7 +61,7 @@ const systemSettingsRoutes = {
|
|
|
hidden: false,
|
|
|
isAlone: true,
|
|
|
src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
- },
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -75,68 +85,85 @@ const systemSettingsRoutes = {
|
|
|
{
|
|
|
path: '/systemSettings/queryTemplate',
|
|
|
name: 'queryTemplate',
|
|
|
- component: { render(c) { return c('router-view') } },
|
|
|
+ component: {
|
|
|
+ render(c) {
|
|
|
+ return c('router-view')
|
|
|
+ }
|
|
|
+ },
|
|
|
redirect: '/systemSettings/queryTemplate',
|
|
|
meta: { title: '查询模板', keepAlive: false },
|
|
|
hidden: true,
|
|
|
src: require('@/assets/nav/ic_setting_top_default.png'),
|
|
|
srcer: require('@/assets/nav/ic_setting_top_check.png'),
|
|
|
- children: [{
|
|
|
- path: '/systemSettings/queryTemplate',
|
|
|
- meta: { title: '查询模板', keepAlive: false },
|
|
|
- component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplate'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/systemSettings/queryTemplateadd',
|
|
|
- name: 'queryTemplateadd',
|
|
|
- component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplateadd'),
|
|
|
- meta: { title: '新增查询模板', keepAlive: false },
|
|
|
- hidden: false,
|
|
|
- isAlone: true,
|
|
|
- src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/systemSettings/queryTemplateedit',
|
|
|
- name: 'queryTemplateedit',
|
|
|
- component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplateedit'),
|
|
|
- meta: { title: '编辑查询模板', keepAlive: false },
|
|
|
- hidden: false,
|
|
|
- isAlone: true,
|
|
|
- src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/systemSettings/queryTemplateChild',
|
|
|
- name: 'queryTemplateChild',
|
|
|
- component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplateChild'),
|
|
|
- meta: { title: '查询项设置', keepAlive: false },
|
|
|
- hidden: false,
|
|
|
- isAlone: true,
|
|
|
- src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
- }
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/systemSettings/queryTemplate',
|
|
|
+ meta: { title: '查询模板', keepAlive: false },
|
|
|
+ component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplate')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/systemSettings/queryTemplateadd',
|
|
|
+ name: 'queryTemplateadd',
|
|
|
+ component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplateadd'),
|
|
|
+ meta: { title: '新增查询模板', keepAlive: false },
|
|
|
+ hidden: false,
|
|
|
+ isAlone: true,
|
|
|
+ src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/systemSettings/queryTemplateedit',
|
|
|
+ name: 'queryTemplateedit',
|
|
|
+ component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplateedit'),
|
|
|
+ meta: { title: '编辑查询模板', keepAlive: false },
|
|
|
+ hidden: false,
|
|
|
+ isAlone: true,
|
|
|
+ src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/systemSettings/queryTemplateChild',
|
|
|
+ name: 'queryTemplateChild',
|
|
|
+ component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplateChild'),
|
|
|
+ meta: { title: '查询项设置', keepAlive: false },
|
|
|
+ hidden: false,
|
|
|
+ isAlone: true,
|
|
|
+ src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/systemSettings/queryTemplatePreview',
|
|
|
+ name: 'QueryTemplatePreview',
|
|
|
+ component: () => import('@/views/systemSettings/views/queryTemplate/queryTemplatePreview'),
|
|
|
+ meta: { title: '查询模板预览', noToolBar: true },
|
|
|
+ hidden: false
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/datastructure',
|
|
|
name: 'datastructure',
|
|
|
- component: { render(c) { return c('router-view') } },
|
|
|
+ component: {
|
|
|
+ render(c) {
|
|
|
+ return c('router-view')
|
|
|
+ }
|
|
|
+ },
|
|
|
meta: { title: '数据结构', keepAlive: false },
|
|
|
hidden: true,
|
|
|
src: require('@/assets/nav/ic_setting_top_default.png'),
|
|
|
srcer: require('@/assets/nav/ic_setting_top_check.png'),
|
|
|
- children: [{
|
|
|
- path: '/systemSettings/datastructure',
|
|
|
- meta: { title: '数据结构', keepAlive: false },
|
|
|
- component: () => import('@/views/systemSettings/views/datastructure/datastructureHome'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/systemSettings/datastructureChild',
|
|
|
- name: 'datastructureChild',
|
|
|
- component: () => import('@/views/systemSettings/views/datastructure/datastructureChild'),
|
|
|
- meta: { title: '数据项', keepAlive: false },
|
|
|
- hidden: false,
|
|
|
- isAlone: true,
|
|
|
- src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
- }
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/systemSettings/datastructure',
|
|
|
+ meta: { title: '数据结构', keepAlive: false },
|
|
|
+ component: () => import('@/views/systemSettings/views/datastructure/datastructureHome')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/systemSettings/datastructureChild',
|
|
|
+ name: 'datastructureChild',
|
|
|
+ component: () => import('@/views/systemSettings/views/datastructure/datastructureChild'),
|
|
|
+ meta: { title: '数据项', keepAlive: false },
|
|
|
+ hidden: false,
|
|
|
+ isAlone: true,
|
|
|
+ src: require('@/assets/nav/ic_setting_top@2x.png')
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
// {
|
|
@@ -165,7 +192,7 @@ const systemSettingsRoutes = {
|
|
|
hidden: true,
|
|
|
src: require('@/assets/nav/ic_setting_top_default.png'),
|
|
|
srcer: require('@/assets/nav/ic_setting_top_check.png')
|
|
|
- },
|
|
|
+ }
|
|
|
// {
|
|
|
// path: '/systemSettings/servicedeployment',
|
|
|
// name: 'servicedeployment',
|
|
@@ -208,6 +235,6 @@ const systemSettingsRoutes = {
|
|
|
// }
|
|
|
|
|
|
export default [
|
|
|
- systemSettingsRoutes,
|
|
|
+ systemSettingsRoutes
|
|
|
// queryTemplateRoutes
|
|
|
]
|