瀏覽代碼

冗余代码删除

Koishi 3 年之前
父節點
當前提交
001b705a84
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      src/router/index.js
  2. 0 1
      src/views/NewPages/alarm-center-1.vue

+ 1 - 1
src/router/index.js

@@ -775,7 +775,7 @@ const routes = [{
 	path: "/malfunctionRecall", // 故障回溯
 	name: "malfunctionRecall",
 	component: () =>
-		import( /* webpackChunkName: "malfunctionStatistics" */ "../views/malfunctionRecall/index.vue"),
+		import( /* webpackChunkName: "malfunctionRecall" */ "../views/malfunctionRecall/index.vue"),
 }, {
 	path: "/bjgltjb",
 	name: "bjgltjb",

+ 0 - 1
src/views/NewPages/alarm-center-1.vue

@@ -339,7 +339,6 @@ export default {
         }
       }
       this.cascaderOptions = cascaderOptions;
-      console.log(123123, dataAll);
     },
   },
 };