|
@@ -69,7 +69,12 @@ const routes = [
|
|
|
{
|
|
|
path: 'boosterstation', // 升压站
|
|
|
component: () => import(/* webpackChunkName: "boosterstation" */ '../views/WindSite/pages/BoosterStation.vue'),
|
|
|
- }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "generalappearance", // 总样貌
|
|
|
+ component: () => import(/* webpackChunkName: "generalappearance" */ "../views/WindSite/pages/GeneralAppearance.vue"),
|
|
|
+ },
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
path: '/monitor/lightmatrix', // 光伏明细矩阵
|
|
@@ -267,7 +272,42 @@ const routes = [
|
|
|
path: '/knowledge7', //预警知识
|
|
|
name: 'knowledge7',
|
|
|
component: () => import('../views/Knowledge/Knowledge7.vue'),
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/health/health8",
|
|
|
+ name: "health8",
|
|
|
+ component: () => import(/* webpackChunkName: "health8" */ "../views/HealthControl/Health8.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/monitor/sandtable",
|
|
|
+ name: "sandtable",
|
|
|
+ component: () => import(/* webpackChunkName: "sandtable" */ "../views/SandTable/SandTable.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/health/health0",
|
|
|
+ name: "health0",
|
|
|
+ component: () => import("../views/HealthControl/Health0.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/health/health10",
|
|
|
+ name: "health10",
|
|
|
+ component: () => import(/* webpackChunkName: "health8" */ "../views/HealthControl/Health10.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/new/dj1",
|
|
|
+ name: "dj1",
|
|
|
+ component: () => import(/* webpackChunkName: "dj1" */ "../views/NewPages/dj1.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/new/pf1",
|
|
|
+ name: "pf1",
|
|
|
+ component: () => import(/* webpackChunkName: "pf1" */ "../views/NewPages/power-forecast-1.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/new/fs",
|
|
|
+ name: "fs",
|
|
|
+ component: () => import(/* webpackChunkName: "fs" */ "../views/NewPages/forecast-system.vue"),
|
|
|
+ },
|
|
|
]
|
|
|
const router = createRouter({
|
|
|
history: createWebHashHistory(),
|