Browse Source

改名xndc,虚拟电厂

不夜De星空 1 year ago
parent
commit
4f9405bf50
2 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js
  2. 0 0
      src/views/xndc/index.vue

+ 1 - 1
src/router/index.js

@@ -9,7 +9,7 @@ Vue.use(VueRouter)
 const routes = [
   {
     path: '/dailyPlanning',
-    component: () => import('@/views/dailyPlanning/index'),
+    component: () => import('@/views/xndc/index'),
     hidden: true
   },
   {

+ 0 - 0
src/views/dailyPlanning/index.vue → src/views/xndc/index.vue