소스 검색

冗余代码删除

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);
     },
   },
 };