maxiaoxiao 4 mesi fa
parent
commit
d2c9347db4
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/router/index.js
  2. 1 1
      src/views/basicGeographic/index.vue

+ 1 - 1
src/router/index.js

@@ -155,7 +155,7 @@ export const constantRoutes = [{
     {
         path: '/basicGeographic',
         component: () =>
-            import('@/views/BasicGeographic/index.vue'),
+            import('@/views/basicGeographic/index.vue'),
         hidden: true
     },
     ]

+ 1 - 1
src/views/basicGeographic/index.vue

@@ -95,7 +95,7 @@ let categors = [
   }]
 
 import Info from "../Idleland/components/info.vue";
-import EntityManage from "../BasicGeographic/entityManage.vue";
+import EntityManage from "./entityManage.vue";
 import graph from "@/components/echartsTemplate/graph.vue";
 import List from "./components/list.vue";
 import customForm from "@/components/mapView/custom-form.vue";