|
@@ -509,7 +509,7 @@ const routes = [{
|
|
|
component: () => import( /* webpackChunkName: "powerCurve" */ "../views/powerCurve/index.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/totalCurve", // 功率曲线拟合
|
|
|
+ path: "/others/totalCurve", // 功率曲线拟合
|
|
|
name: "totalCurve",
|
|
|
component: () => import( /* webpackChunkName: "powerCurve" */ "../views/totalCurve/index.vue"),
|
|
|
},
|
|
@@ -937,15 +937,8 @@ const routes = [{
|
|
|
component: () =>
|
|
|
import('../views/Knowledge/Knowledge7.vue'),
|
|
|
},
|
|
|
-{
|
|
|
- path: '/device/device', //设备管理
|
|
|
- name: 'device',
|
|
|
- component: () =>
|
|
|
- import('../views/sampleDatabase/device/device.vue'),
|
|
|
-}
|
|
|
-
|
|
|
/***********************************************************其他************************************************************ */
|
|
|
- ,
|
|
|
+
|
|
|
{
|
|
|
path: "/planPower",
|
|
|
name: "planPower",
|
|
@@ -984,12 +977,18 @@ const routes = [{
|
|
|
import( /* webpackChunkName: "dj2" */ "../views/NewPages/dialogs.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/new/powerforecast2",
|
|
|
+ path: '/others/device', //设备管理
|
|
|
+ name: 'device',
|
|
|
+ component: () =>
|
|
|
+ import('../views/sampleDatabase/device/device.vue'),
|
|
|
+},
|
|
|
+{
|
|
|
+ path: "/others/powerforecast2",
|
|
|
name: "powerforecast2",
|
|
|
component: () => import( /* webpackChunkName: "powerforecast2" */ "../views/NewPages/power-forecast-2.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/weatherPrognosis",//天气预测数据
|
|
|
+ path: "/others/weatherPrognosis",//天气预测数据
|
|
|
name: "weatherPrognosis",
|
|
|
component: () => import( /* webpackChunkName: "powerforecast2" */ "../views/weatherPrognosis/index.vue"),
|
|
|
},
|