|
@@ -11,7 +11,7 @@ const HomeRoutes = {
|
|
|
{
|
|
|
path: "/systemSettings/securityPolicy",
|
|
|
name: "SecurityPolicy",
|
|
|
- meta: { title: "登录策略", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ meta: { title: "登录策略" },
|
|
|
component: () =>
|
|
|
import("@/views/systemSettings/securityPolicy/index.vue"),
|
|
|
},
|
|
@@ -19,14 +19,14 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/securityPolicyedit',
|
|
|
name: 'SecurityPolicyedit',
|
|
|
hidden: true,
|
|
|
- meta: { title: '安全策略编辑', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '安全策略编辑' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/securityPolicy/securityPolicyedit.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/warningSet',
|
|
|
name: 'WarningSet',
|
|
|
- meta: { title: '预警告警策略', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '预警告警策略' },
|
|
|
redirect: '/systemSettings/warningSet',
|
|
|
component: {
|
|
|
render: () => h(resolveComponent('router-view')),
|
|
@@ -43,7 +43,7 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/warningEdit',
|
|
|
name: 'WarningEdit',
|
|
|
hidden: true,
|
|
|
- meta: { title: '预警告警策略编辑', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '预警告警策略编辑' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/warningEdit/index.vue'),
|
|
|
},
|
|
@@ -52,7 +52,7 @@ const HomeRoutes = {
|
|
|
{
|
|
|
path: '/systemSettings/log',
|
|
|
name: 'log',
|
|
|
- meta: { title: '日志管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '日志管理' },
|
|
|
component: () => import('@/views/systemSettings/log/index.vue'),
|
|
|
},
|
|
|
{
|
|
@@ -65,7 +65,7 @@ const HomeRoutes = {
|
|
|
{
|
|
|
path: '/systemSettings/serviceManagement',
|
|
|
name: 'ServiceHome',
|
|
|
- meta: { title: '服务管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '服务管理' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/serviceManagement/index.vue'),
|
|
|
},
|
|
@@ -100,7 +100,7 @@ const HomeRoutes = {
|
|
|
{
|
|
|
path: '/systemSettings/queryTemplate',
|
|
|
name: 'QueryTemplate',
|
|
|
- meta: { title: '查询模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '查询模板' },
|
|
|
redirect: '/systemSettings/queryTemplate',
|
|
|
component: {
|
|
|
render: () => h(resolveComponent('router-view')),
|
|
@@ -117,7 +117,7 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/queryTemplateAdd',
|
|
|
name: 'QueryTemplateAdd',
|
|
|
hidden: true,
|
|
|
- meta: { title: '新增查询模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '新增查询模板' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/queryTemplate/queryTemplateAdd.vue'),
|
|
|
},
|
|
@@ -125,7 +125,7 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/queryTemplateEdit',
|
|
|
name: 'QueryTemplateEdit',
|
|
|
hidden: true,
|
|
|
- meta: { title: '编辑查询模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '编辑查询模板' },
|
|
|
component: () =>
|
|
|
import(
|
|
|
'@/views/systemSettings/queryTemplate/queryTemplateEdit.vue'
|
|
@@ -135,7 +135,7 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/queryTemplateColumn',
|
|
|
name: 'QueryTemplateColumn',
|
|
|
hidden: true,
|
|
|
- meta: { title: '查询模板设置', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '查询模板设置' },
|
|
|
component: () =>
|
|
|
import(
|
|
|
'@/views/systemSettings/queryTemplate/queryTemplateColumn.vue'
|
|
@@ -146,34 +146,34 @@ const HomeRoutes = {
|
|
|
// {
|
|
|
// path: "/systemSettings/sourceservice",
|
|
|
// name: "Sourceservice",
|
|
|
- // meta: { title: "源数据管理", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ // meta: { title: "源数据管理" },
|
|
|
// component: () => import("@/views/systemSettings/sourceservice/index.vue"),
|
|
|
// },
|
|
|
{
|
|
|
path: '/systemSettings/sourceserviceEdit',
|
|
|
name: 'SourceserviceEdit',
|
|
|
hidden: true,
|
|
|
- meta: { title: '编辑数据源管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '编辑数据源管理' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/sourceserviceEdit/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/sourceTube',
|
|
|
name: 'SourceTube',
|
|
|
- meta: { title: '数据源管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '数据源管理' },
|
|
|
component: () => import('@/views/systemSettings/sourceTube/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/protocolManagement',
|
|
|
name: 'ProtocolManagement',
|
|
|
- meta: { title: '协议管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '协议管理' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/protocolManagement/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/systemSettings/datastructure',
|
|
|
name: 'Datastructure',
|
|
|
- meta: { title: '数据结构管理', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '数据结构管理' },
|
|
|
redirect: '/systemSettings/datastructure',
|
|
|
component: {
|
|
|
render: () => h(resolveComponent('router-view')),
|
|
@@ -190,7 +190,7 @@ const HomeRoutes = {
|
|
|
path: '/systemSettings/datastructureTerm',
|
|
|
name: 'DatastructureTerm',
|
|
|
hidden: true,
|
|
|
- meta: { title: '数据项', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '数据项' },
|
|
|
component: () =>
|
|
|
import(
|
|
|
'@/views/systemSettings/datastructure/datastructureTerm.vue'
|
|
@@ -201,7 +201,7 @@ const HomeRoutes = {
|
|
|
{
|
|
|
path: '/systemSettings/messageTemplate',
|
|
|
name: 'MessageTemplate',
|
|
|
- meta: { title: '消息模板', elSvgIcon: 'Fold', icon: 'table' },
|
|
|
+ meta: { title: '消息模板' },
|
|
|
component: () =>
|
|
|
import('@/views/systemSettings/messageTemplate/index.vue'),
|
|
|
},
|