From 66c6e554af8ef5d4e8efd4b5320bdb3b05d1abdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Tue, 28 Jul 2020 13:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=AB=98=E5=BE=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 7 ++++++- src/plugins/index.js | 8 -------- src/router/index.js | 21 +-------------------- src/views/vab/map/amap.vue | 27 --------------------------- 4 files changed, 7 insertions(+), 56 deletions(-) delete mode 100644 src/views/vab/map/amap.vue diff --git a/public/index.html b/public/index.html index 36e22da..b876b3c 100644 --- a/public/index.html +++ b/public/index.html @@ -34,7 +34,12 @@
- + + + + + +

<%= VUE_APP_TITLE %>

diff --git a/src/plugins/index.js b/src/plugins/index.js index 806f385..19548e4 100644 --- a/src/plugins/index.js +++ b/src/plugins/index.js @@ -12,17 +12,9 @@ import "./vabIcon"; import Vab from "@/utils/vab"; import { VabDrag, VabPermissions, VabQueryForm } from "@/layouts/components"; import VabCount from "zx-count"; -import VueAMap from "vue-amap"; - -VueAMap.initAMapApiLoader({ - key: "19c9d4c0e4b9611cd931a1e4f70788dc", - plugin: ["Autocomplete", "PlaceSearch", "PolyEditor", "CircleEditor"], - v: "1.4.4", -}); Vue.use(Vab); Vue.use(VabPermissions); Vue.use(VabDrag); Vue.use(VabQueryForm); -Vue.use(VueAMap); Vue.use(VabCount); diff --git a/src/router/index.js b/src/router/index.js index 614dc6e..b76a5c2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -200,31 +200,12 @@ export const asyncRoutes = [ }, { path: "map", - component: EmptyLayout, - redirect: "noRedirect", + component: () => import("@/views/vab/map/index"), name: "Map", meta: { title: "地图", permissions: ["admin"], }, - children: [ - { - path: "maptalks", - name: "Maptalks", - component: () => import("@/views/vab/map/index"), - meta: { - title: "maptalks地图", - permissions: ["admin"], - badge: "Pro", - }, - }, - { - path: "amap", - name: "Amap", - component: () => import("@/views/vab/map/amap"), - meta: { title: "高德地图", badge: "New" }, - }, - ], }, { diff --git a/src/views/vab/map/amap.vue b/src/views/vab/map/amap.vue deleted file mode 100644 index e202c64..0000000 --- a/src/views/vab/map/amap.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - -