Browse Source

全局监视模块加载路由错误BUG修复

Koishi 3 years ago
parent
commit
8e96ce885f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -603,7 +603,7 @@ const routes = [{
 	path: "/globalMonitor", // 全局监视
 	name: "globalMonitor",
 	component: () =>
-		import( /* webpackChunkName: "globalMonitor" */ "../views/Others/index.vue"),
+		import( /* webpackChunkName: "globalMonitor" */ "../views/globalMonitor/index.vue"),
 }, 
 /***********************************************************安全管控************************************************************* */
 {