|
@@ -3,8 +3,8 @@ import Layout from '@/layout'
|
|
|
const HomeRoutes = {
|
|
|
path: '/systemSettings',
|
|
|
component: Layout,
|
|
|
- name: "systemSettings",
|
|
|
- redirect: "/systemSettings/warningSet",
|
|
|
+ name: 'systemSettings',
|
|
|
+ redirect: '/systemSettings/warningSet',
|
|
|
//using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
|
|
|
meta: { title: '系统配置', elSvgIcon: 'Fold', breadcrumb: false },
|
|
|
children: [
|
|
@@ -24,28 +24,28 @@ const HomeRoutes = {
|
|
|
import('@/views/systemSettings/securityPolicy/securityPolicyedit.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/warningSet",
|
|
|
- name: "WarningSet",
|
|
|
- meta: { title: "预警告警策略", elSvgIcon: "Fold", icon: "table" },
|
|
|
- redirect: "/systemSettings/warningSet",
|
|
|
+ path: '/systemSettings/warningSet',
|
|
|
+ name: 'WarningSet',
|
|
|
+ meta: { title: '预警告警策略', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ redirect: '/systemSettings/warningSet',
|
|
|
component: {
|
|
|
- render: () => h(resolveComponent("router-view")),
|
|
|
+ render: () => h(resolveComponent('router-view')),
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: "/systemSettings/warningSet",
|
|
|
- name: "WarningSet",
|
|
|
+ path: '/systemSettings/warningSet',
|
|
|
+ name: 'WarningSet',
|
|
|
hidden: true,
|
|
|
component: () =>
|
|
|
- import("@/views/systemSettings/warningSet/index.vue"),
|
|
|
+ import('@/views/systemSettings/warningSet/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/warningEdit",
|
|
|
- name: "WarningEdit",
|
|
|
+ path: '/systemSettings/warningEdit',
|
|
|
+ name: 'WarningEdit',
|
|
|
hidden: true,
|
|
|
- meta: { title: "预警告警策略编辑", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ meta: { title: '预警告警策略编辑', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () =>
|
|
|
- import("@/views/systemSettings/warningEdit/index.vue"),
|
|
|
+ import('@/views/systemSettings/warningEdit/index.vue'),
|
|
|
},
|
|
|
],
|
|
|
},
|
|
@@ -98,47 +98,47 @@ const HomeRoutes = {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/queryTemplate",
|
|
|
- name: "QueryTemplate",
|
|
|
- meta: { title: "查询模板", elSvgIcon: "Fold", icon: "table" },
|
|
|
- redirect: "/systemSettings/queryTemplate",
|
|
|
+ path: '/systemSettings/queryTemplate',
|
|
|
+ name: 'QueryTemplate',
|
|
|
+ meta: { title: '查询模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ redirect: '/systemSettings/queryTemplate',
|
|
|
component: {
|
|
|
- render: () => h(resolveComponent("router-view")),
|
|
|
+ render: () => h(resolveComponent('router-view')),
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: "/systemSettings/queryTemplate",
|
|
|
- name: "QueryTemplate",
|
|
|
+ path: '/systemSettings/queryTemplate',
|
|
|
+ name: 'QueryTemplate',
|
|
|
hidden: true,
|
|
|
component: () =>
|
|
|
- import("@/views/systemSettings/queryTemplate/index.vue"),
|
|
|
+ import('@/views/systemSettings/queryTemplate/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/queryTemplateAdd",
|
|
|
- name: "QueryTemplateAdd",
|
|
|
+ path: '/systemSettings/queryTemplateAdd',
|
|
|
+ name: 'QueryTemplateAdd',
|
|
|
hidden: true,
|
|
|
- meta: { title: "新增查询模板", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ meta: { title: '新增查询模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () =>
|
|
|
- import("@/views/systemSettings/queryTemplate/queryTemplateAdd.vue"),
|
|
|
+ import('@/views/systemSettings/queryTemplate/queryTemplateAdd.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/queryTemplateEdit",
|
|
|
- name: "QueryTemplateEdit",
|
|
|
+ path: '/systemSettings/queryTemplateEdit',
|
|
|
+ name: 'QueryTemplateEdit',
|
|
|
hidden: true,
|
|
|
- meta: { title: "编辑查询模板", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ meta: { title: '编辑查询模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () =>
|
|
|
import(
|
|
|
- "@/views/systemSettings/queryTemplate/queryTemplateEdit.vue"
|
|
|
+ '@/views/systemSettings/queryTemplate/queryTemplateEdit.vue'
|
|
|
),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/queryTemplateColumn",
|
|
|
- name: "QueryTemplateColumn",
|
|
|
+ path: '/systemSettings/queryTemplateColumn',
|
|
|
+ name: 'QueryTemplateColumn',
|
|
|
hidden: true,
|
|
|
- meta: { title: "查询模板设置", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ meta: { title: '查询模板设置', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () =>
|
|
|
import(
|
|
|
- "@/views/systemSettings/queryTemplate/queryTemplateColumn.vue"
|
|
|
+ '@/views/systemSettings/queryTemplate/queryTemplateColumn.vue'
|
|
|
),
|
|
|
},
|
|
|
],
|
|
@@ -171,29 +171,29 @@ const HomeRoutes = {
|
|
|
import('@/views/systemSettings/protocolManagement/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/datastructure",
|
|
|
- name: "Datastructure",
|
|
|
- meta: { title: "数据结构管理", elSvgIcon: "Fold", icon: "table" },
|
|
|
- redirect: "/systemSettings/datastructure",
|
|
|
+ path: '/systemSettings/datastructure',
|
|
|
+ name: 'Datastructure',
|
|
|
+ meta: { title: '数据结构管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ redirect: '/systemSettings/datastructure',
|
|
|
component: {
|
|
|
- render: () => h(resolveComponent("router-view")),
|
|
|
+ render: () => h(resolveComponent('router-view')),
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: "/systemSettings/datastructure",
|
|
|
+ path: '/systemSettings/datastructure',
|
|
|
hidden: true,
|
|
|
- name: "Datastructure",
|
|
|
+ name: 'Datastructure',
|
|
|
component: () =>
|
|
|
- import("@/views/systemSettings/datastructure/index.vue"),
|
|
|
+ import('@/views/systemSettings/datastructure/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/systemSettings/datastructureTerm",
|
|
|
- name: "DatastructureTerm",
|
|
|
+ path: '/systemSettings/datastructureTerm',
|
|
|
+ name: 'DatastructureTerm',
|
|
|
hidden: true,
|
|
|
- meta: { title: "数据项", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ meta: { title: '数据项', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
component: () =>
|
|
|
import(
|
|
|
- "@/views/systemSettings/datastructure/datastructureTerm.vue"
|
|
|
+ '@/views/systemSettings/datastructure/datastructureTerm.vue'
|
|
|
),
|
|
|
},
|
|
|
],
|