mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
删除高德地图组件
This commit is contained in:
parent
bd56277b15
commit
66c6e554af
@ -34,7 +34,12 @@
|
|||||||
<div id="vue-admin-beautiful">
|
<div id="vue-admin-beautiful">
|
||||||
<div class="first-loading-wrp">
|
<div class="first-loading-wrp">
|
||||||
<div class="loading-wrp">
|
<div class="loading-wrp">
|
||||||
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
|
<span class="dot dot-spin">
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<h1><%= VUE_APP_TITLE %></h1>
|
<h1><%= VUE_APP_TITLE %></h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,17 +12,9 @@ import "./vabIcon";
|
|||||||
import Vab from "@/utils/vab";
|
import Vab from "@/utils/vab";
|
||||||
import { VabDrag, VabPermissions, VabQueryForm } from "@/layouts/components";
|
import { VabDrag, VabPermissions, VabQueryForm } from "@/layouts/components";
|
||||||
import VabCount from "zx-count";
|
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(Vab);
|
||||||
Vue.use(VabPermissions);
|
Vue.use(VabPermissions);
|
||||||
Vue.use(VabDrag);
|
Vue.use(VabDrag);
|
||||||
Vue.use(VabQueryForm);
|
Vue.use(VabQueryForm);
|
||||||
Vue.use(VueAMap);
|
|
||||||
Vue.use(VabCount);
|
Vue.use(VabCount);
|
||||||
|
@ -200,31 +200,12 @@ export const asyncRoutes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "map",
|
path: "map",
|
||||||
component: EmptyLayout,
|
component: () => import("@/views/vab/map/index"),
|
||||||
redirect: "noRedirect",
|
|
||||||
name: "Map",
|
name: "Map",
|
||||||
meta: {
|
meta: {
|
||||||
title: "地图",
|
title: "地图",
|
||||||
permissions: ["admin"],
|
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" },
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="amap-container">
|
|
||||||
<div id="amap" class="container">
|
|
||||||
<el-amap vid="amapDemo"></el-amap>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: "Amap",
|
|
||||||
data() {
|
|
||||||
return {};
|
|
||||||
},
|
|
||||||
created() {},
|
|
||||||
mounted() {},
|
|
||||||
methods: {},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.amap-container {
|
|
||||||
.container {
|
|
||||||
width: 100%;
|
|
||||||
height: calc(100vh - 214px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
x
Reference in New Issue
Block a user