Browse Source

冗余代码删除

Koishi 3 years ago
parent
commit
001b705a84
2 changed files with 1 additions and 2 deletions
  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);
     },
   },
 };