diff --git a/src/router/index.js b/src/router/index.js index 2449285..65ad6dc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,122 +23,6 @@ export const privateRoutes = [ * 公开路由表 */ export const publicRoutes = [ - { - path: "/systemConfig", - component: layout, - name: "systemConfigModel", - redirect: "/dict/index", - meta: { - title: "系统管理", - icon: "article" - }, - children: [ - { - path: "/user/department-ist", - name: "departmentList", - component: () => import("@/views/backOfficeSystem/systemConfig/department-list/index"), - meta: { - title: "部门管理", - icon: "article-ranking" - } - }, - - { - path: "/user/userList", - name: "userList", - component: () => - import("@/views/backOfficeSystem/systemConfig/user-list/index"), - meta: { - title: "用户管理", - icon: "article-ranking" - } - }, - { - path: "/user/role", - name: "userRoleIndex", - component: () => - import("@/views/backOfficeSystem/systemConfig/role-list/index"), - meta: { - title: "角色列表", - icon: "article-ranking" - } - }, - { - path: "/user/menuList", - name: "menuList", - component: () => - import("@/views/backOfficeSystem/systemConfig/menu-list/index"), - meta: { - title: "菜单管理", - icon: "article-ranking" - } - }, - - { - path: "/dict/detail", - name: "dictDetail", - component: () => - import("@/views/backOfficeSystem/systemConfig/dict/detail"), - meta: { - title: "字典数据" - } - }, - { - path: "/dict/index", - name: "dictIndex", - component: () => - import("@/views/backOfficeSystem/systemConfig/dict/index"), - meta: { - title: "字典列表", - icon: "article-ranking" - } - }, - - { - path: "/user/deptAllocationUser/:id", - name: "deptAllocationUser", - component: () => - import( - "@/views/backOfficeSystem/systemConfig/department-list/deptAllocationUser" - ), - meta: { - title: "管理用户" - } - }, - { - path: "/user/allocationUser/:id", - name: "allocationUser", - component: () => - import( - "@/views/backOfficeSystem/systemConfig/role-list/allocationUser" - ), - meta: { - title: "分配用户" - } - }, - - { - path: "/user/systemConfig", - name: "systemConfig", - component: () => - import( - "@/views/backOfficeSystem/systemConfig/system-config-list/index" - ), - meta: { - title: "系统配置", - icon: "article-ranking" - } - }, { - path: "/calendar", - name: "calendar", - component: () => import("@/views/backOfficeSystem/calendar/index.vue"), - meta: { - title: "敏感节点", - icon: "article" - } - }, - ] - }, { path: "/oatuh_login", name: "oatuh_login", @@ -441,15 +325,7 @@ export const publicRoutes = [ icon: "article" } }, - { - path: "/tsypHome_", - name: "tsypHome", - component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"), - meta: { - title: "数据监测", - icon: "article" - } - }, { + { path: "/ssemanticAnalysis", name: "semanticAnalysis", component: () => import("@/views/backOfficeSystem/SemanticAnalysis/index.vue"), @@ -485,31 +361,6 @@ export const publicRoutes = [ } ] }, - { - path: "/dataMonitor", - name: "dataMonitor", - meta: { title: "数据监控", icon: "article" }, - children: [ - { - path: "/resourceMonitoring", - name: "resourceMonitoring", - component: () => import("@/views/backOfficeSystem/dataMonitor/resourceMonitoring/index.vue"), - meta: { - title: "数据资源检测", - icon: "article" - } - }, - // { - // path: "/onlineUserMonitoring", - // name: "onlineUserMonitoring", - // component: () => import("@/views/backOfficeSystem/dataMonitor/onlineUserMonitoring/index.vue"), - // meta: { - // title: "在线用户监控", - // icon: "article" - // } - // } - ] - }, { path: "/IntelligentControl", name: "IntelligentControl", @@ -929,6 +780,147 @@ export const publicRoutes = [ icon: "article" } }, + { + path: "/dataMonitor", + name: "dataMonitor", + meta: { title: "数据监控", icon: "article" }, + children: [ + { + path: "/resourceMonitoring", + name: "resourceMonitoring", + component: () => import("@/views/backOfficeSystem/dataMonitor/resourceMonitoring/index.vue"), + meta: { + title: "数据资源检测", + icon: "article" + } + }, + { + path: "/onlineUserMonitoring", + name: "onlineUserMonitoring", + component: () => import("@/views/backOfficeSystem/dataMonitor/onlineUserMonitoring/index.vue"), + meta: { + title: "在线用户监控", + icon: "article" + } + } + ] + }, + { + path: "/systemConfig", + component: layout, + name: "systemConfigModel", + redirect: "/dict/index", + meta: { + title: "系统管理", + icon: "article" + }, + children: [ + { + path: "/user/department-ist", + name: "departmentList", + component: () => import("@/views/backOfficeSystem/systemConfig/department-list/index"), + meta: { + title: "部门管理", + icon: "article-ranking" + } + }, + + { + path: "/user/userList", + name: "userList", + component: () => + import("@/views/backOfficeSystem/systemConfig/user-list/index"), + meta: { + title: "用户管理", + icon: "article-ranking" + } + }, + { + path: "/user/role", + name: "userRoleIndex", + component: () => + import("@/views/backOfficeSystem/systemConfig/role-list/index"), + meta: { + title: "角色列表", + icon: "article-ranking" + } + }, + { + path: "/user/menuList", + name: "menuList", + component: () => + import("@/views/backOfficeSystem/systemConfig/menu-list/index"), + meta: { + title: "菜单管理", + icon: "article-ranking" + } + }, + + { + path: "/dict/detail", + name: "dictDetail", + component: () => + import("@/views/backOfficeSystem/systemConfig/dict/detail"), + meta: { + title: "字典数据" + } + }, + { + path: "/dict/index", + name: "dictIndex", + component: () => + import("@/views/backOfficeSystem/systemConfig/dict/index"), + meta: { + title: "字典列表", + icon: "article-ranking" + } + }, + + { + path: "/user/deptAllocationUser/:id", + name: "deptAllocationUser", + component: () => + import( + "@/views/backOfficeSystem/systemConfig/department-list/deptAllocationUser" + ), + meta: { + title: "管理用户" + } + }, + { + path: "/user/allocationUser/:id", + name: "allocationUser", + component: () => + import( + "@/views/backOfficeSystem/systemConfig/role-list/allocationUser" + ), + meta: { + title: "分配用户" + } + }, + + { + path: "/user/systemConfig", + name: "systemConfig", + component: () => + import( + "@/views/backOfficeSystem/systemConfig/system-config-list/index" + ), + meta: { + title: "系统配置", + icon: "article-ranking" + } + }, { + path: "/calendar", + name: "calendar", + component: () => import("@/views/backOfficeSystem/calendar/index.vue"), + meta: { + title: "敏感节点", + icon: "article" + } + }, + ] + }, { path: "/rests", name: "rests", diff --git a/src/views/home/model/qblyType.vue b/src/views/home/model/qblyType.vue index 9ce668e..04a334f 100644 --- a/src/views/home/model/qblyType.vue +++ b/src/views/home/model/qblyType.vue @@ -1,6 +1,6 @@