|
@@ -809,17 +809,7 @@ export const asyncRoutes = [
|
|
|
permissions: ["jn_jkgl_jksy", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- path: "wpHealth/:wpId/:wpName?", // 场站健康管理
|
|
|
- name: "health3",
|
|
|
- component: () =>
|
|
|
- import("@/views/HealthControl/healthDetail/wpHealth"),
|
|
|
- meta: {
|
|
|
- title: "场站健康管理",
|
|
|
- icon: "",
|
|
|
- permissions: ["jn_jkgl_czjk", "*:*:*", "*:*:*"],
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
path: "overview",
|
|
|
component: () =>
|
|
@@ -830,7 +820,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康总览",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jkzl", "*:*:*", "*:*:*"],
|
|
|
+ permissions: ["jn_jkgl_jkzl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -843,7 +833,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康矩阵",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jkjz", "*:*:*", "*:*:*"],
|
|
|
+ permissions: ["jn_jkgl_jkjz", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -856,7 +846,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康列表",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_jklb", "*:*:*", "*:*:*"],
|
|
|
+ permissions: ["jn_jkgl_jklb", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -869,7 +859,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "劣化状态分析",
|
|
|
icon: "",
|
|
|
- permissions: ["jn_jkgl_lhztfx", "*:*:*", "*:*:*"],
|
|
|
+ permissions: ["jn_jkgl_lhztfx", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -988,10 +978,21 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康详情",
|
|
|
icon: "",
|
|
|
- // permissions: ["jn_jkgl_jktj", "jn_jkgl_jksy", "jn_jkgl_jkjz"],
|
|
|
+ permissions: ["jn_jkgl", "*:*:*"],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
+ path: "wpHealth/:wpId/:wpName?", // 场站健康管理
|
|
|
+ name: "health3",
|
|
|
+ component: () =>
|
|
|
+ import("@/views/HealthControl/healthDetail/wpHealth"),
|
|
|
+ meta: {
|
|
|
+ title: "场站健康管理",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_jkgl", "*:*:*"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "wtHealth/:wpId/:wtId", //设备健康详情
|
|
|
name: "health0",
|
|
|
component: () =>
|
|
@@ -999,7 +1000,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "设备健康详情",
|
|
|
icon: "",
|
|
|
- // permissions: ["jn_jkgl_jktj", "jn_jkgl_jksy", "jn_jkgl_jkjz"],
|
|
|
+ permissions: ["jn_jkgl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -1010,7 +1011,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "健康趋势",
|
|
|
icon: "",
|
|
|
- // permissions: ["jn_jkgl_jktj", "jn_jkgl_jksy", "jn_jkgl_jkjz"],
|
|
|
+ permissions: ["jn_jkgl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -1021,7 +1022,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: "劣化状态分析曲线",
|
|
|
icon: "",
|
|
|
- // permissions: ["jn_jkgl_jktj", "jn_jkgl_jksy", "jn_jkgl_jkjz"],
|
|
|
+ permissions: ["jn_jkgl", "*:*:*"],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -1779,7 +1780,7 @@ export const asyncRoutes = [
|
|
|
];
|
|
|
const router = createRouter({
|
|
|
history: createWebHashHistory(),
|
|
|
- base: "/zhfx/",
|
|
|
+ base: "/nem/",
|
|
|
routes: [...constantRoutes, ...asyncRoutes],
|
|
|
});
|
|
|
|