Explorar el Código

计划发电量填报模块完成

yangxiao hace 3 años
padre
commit
0b7d163caf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -386,7 +386,7 @@ const routes = [{
     import( /* webpackChunkName: "sandtable" */ "../views/SandTable/SandTable.vue"),
 },
 {
-  path: "/planPower",
+  path: "/planPower", // 计划发电量填报
   name: "planPower",
   component: () =>
     import( /* webpackChunkName: "planPower" */ "../views/planPower/index.vue"),