|
@@ -340,13 +340,13 @@ const routes = [{
|
|
|
import( /* webpackChunkName: "fs" */ "../views/NewPages/forecast-system.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/nhycfsdl",
|
|
|
+ path: "/decision/nhycfsdl",
|
|
|
name: "nhycfsdl",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "historysearch" */ "../views/report/nhycfsdl.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/xzycfsdl",
|
|
|
+ path: "/decision/xzycfsdl",
|
|
|
name: "xzycfsdl",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "historysearch" */ "../views/report/xzycfsdl.vue"),
|
|
@@ -372,12 +372,12 @@ const routes = [{
|
|
|
component: () => import('../views/HealthControl/assess/assessconfig.vue')
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/malfunctionDiagnose", // 故障诊断
|
|
|
- name: "customStatistics",
|
|
|
+ path: "/health/gzzd/malfunctionDiagnose", // 故障诊断
|
|
|
+ name: "malfunctionDiagnose",
|
|
|
component: () => import("../views/malfunctionDiagnose/index.vue")
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/malfunctionRecall", // 故障回溯
|
|
|
+ path: "/health/gzzd/malfunctionRecall", // 故障回溯
|
|
|
name: "malfunctionRecall",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "malfunctionStatistics" */ "../views/malfunctionRecall/index.vue"),
|
|
@@ -461,69 +461,69 @@ const routes = [{
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: "/health/powerCurve", // 功率曲线拟合
|
|
|
+ path: "/health/nxfx/powerCurve", // 功率曲线拟合
|
|
|
name: "powerCurve",
|
|
|
component: () => import( /* webpackChunkName: "powerCurve" */ "../views/powerCurve/index.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/phdffx", // 偏航对风分析
|
|
|
+ path: "/health/nxfx/phdffx", // 偏航对风分析
|
|
|
name: "phdffx",
|
|
|
component: () => import( /* webpackChunkName: "malfunctionStatistics" */ "../views/windAnalysis/phdffx.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: '/health/cutAnalyse', // 切入切出分析
|
|
|
+ path: '/health/nxfx/cutAnalyse', // 切入切出分析
|
|
|
name: 'cutAnalyse',
|
|
|
component: () =>
|
|
|
import('../views/cutAnalyse/index.vue'),
|
|
|
},
|
|
|
// 曲线排行榜
|
|
|
{
|
|
|
- path: '/health/qxpclfx',
|
|
|
+ path: '/health/nxfx/qxpclfx',
|
|
|
name: 'qxpclfx',
|
|
|
component: () => import('../views/nxfx/qxpclfx.vue')
|
|
|
},
|
|
|
{
|
|
|
- path: '/health/wtSaturability', // 单机饱和度
|
|
|
+ path: '/health/nxfx/wtSaturability', // 单机饱和度
|
|
|
name: 'wtSaturability',
|
|
|
component: () =>
|
|
|
import('../views/wtSaturability/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/alarmcenter1",
|
|
|
+ path: "/health/kkxfx/alarmcenter1",
|
|
|
name: "alarmcenter1",
|
|
|
component: () => import( /* webpackChunkName: "alarmcenter1" */ "../views/NewPages/alarm-center-1.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/alarmcenter2",
|
|
|
+ path: "/health/kkxfx/alarmcenter2",
|
|
|
name: "alarmcenter2",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "alarmcenter2" */ "../views/NewPages/alarm-center-2.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/warnStatistics", // 预警评判分析
|
|
|
+ path: "/health/kkxfx/warnStatistics", // 预警评判分析
|
|
|
name: "warnStatistics",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "warnStatistics" */ "../views/warnStatistics/index.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/health/malfunctionStatistics", // 故障评判分析
|
|
|
+ path: "/health/kkxfx/malfunctionStatistics", // 故障评判分析
|
|
|
name: "malfunctionStatistics",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "malfunctionStatistics" */ "../views/malfunctionStatistics/index.vue"),
|
|
|
}, {
|
|
|
- path: "/health/bjgltjb",
|
|
|
+ path: "/health/kkxfx/bjgltjb",
|
|
|
name: "bjgltjb",
|
|
|
component: () =>
|
|
|
import( /* webpackChunkName: "historysearch" */ "../views/report/bjgltjb.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: '/health/windAnalysis', // 风资源分析
|
|
|
+ path: '/health/fzyfx/windAnalysis', // 风资源分析
|
|
|
name: 'windAnalysis',
|
|
|
component: () =>
|
|
|
import('../views/windAnalysis/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/health/windAnalysis/fx', // 风向
|
|
|
+ path: '/health/fzyfx/windAnalysis/fx', // 风向
|
|
|
name: 'fxzstmain',
|
|
|
component: () => import('../views/windAnalysis/fxzstmain.vue'),
|
|
|
}
|