|
@@ -539,11 +539,16 @@ const routes = [{
|
|
path: "/globalMonitor", // 全局监视
|
|
path: "/globalMonitor", // 全局监视
|
|
name: "globalMonitor",
|
|
name: "globalMonitor",
|
|
component: () =>
|
|
component: () =>
|
|
- import( /* webpackChunkName: "globalMonitor" */ "../views/globalMonitor/index.vue"),
|
|
|
|
|
|
+ import( /* webpackChunkName: "globalMonitor" */ "../views/Others/index.vue"),
|
|
}
|
|
}
|
|
/***********************************************************安全管控************************************************************* */
|
|
/***********************************************************安全管控************************************************************* */
|
|
|
|
|
|
- ,
|
|
|
|
|
|
+ ,{
|
|
|
|
+ path: "/others", // 报表总览
|
|
|
|
+ name: "Others",
|
|
|
|
+ component: () =>
|
|
|
|
+ import( /* webpackChunkName: "reportPandect" */ "../views/Others/index.vue"),
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: "/others/reportPandect", // 报表总览
|
|
path: "/others/reportPandect", // 报表总览
|
|
name: "reportPandect",
|
|
name: "reportPandect",
|