feat:地图组件暂存

This commit is contained in:
张益铭 2021-03-26 18:11:52 +08:00
parent 0ee38c24c8
commit 3c8e0c5277
8 changed files with 82 additions and 2 deletions

View File

@ -1,3 +1,15 @@
{
"version": "1.0.0"
"version": "1.0.0",
"MapConfigure": {
"amapKey": "97b3248d1553172e81f168cf94ea667e",
"baiduKey": "wTHbkkEweiFqZLKunMIjcrb2RcqNXkhc",
"options": {
"resizeEnable": true,
"center": [
114.085947,
22.547
],
"zoom": 12
}
}
}

View File

@ -0,0 +1,19 @@
<template>
<div>
</div>
</template>
<script lang='ts'>
export default {
setup(){
return{
}
},
}
</script>
<style scoped>
</style>

View File

@ -0,0 +1,19 @@
<template>
<div>
</div>
</template>
<script lang='ts'>
export default {
setup(){
return{
}
},
}
</script>
<style scoped>
</style>

View File

@ -8,6 +8,7 @@
"401": "401",
"components": "组件",
"video": "视频组件",
"map": "地图组件",
"draggable": "拖拽组件",
"split-pane": "切割面板"
}

View File

@ -8,6 +8,7 @@
"401": "401",
"components": "Components",
"video": "Video Components",
"map": "Map Components",
"draggable": "Draggable Components",
"split-pane": "Split Pane"
}

View File

@ -41,6 +41,15 @@ const routes: Array<RouteRecordRaw> = [
savedPosition: true
}
},
{
path: '/components/map',
component: () => import(/* webpackChunkName: "components" */ '../views/components/map/index.vue'),
meta: {
title: 'map',
showLink: false,
savedPosition: true
}
},
{
path: '/components/draggable',
component: () => import(/* webpackChunkName: "components" */ '../views/components/draggable/index.vue'),

View File

@ -0,0 +1,19 @@
<template>
<div>
</div>
</template>
<script lang='ts'>
export default {
setup(){
return{
}
},
}
</script>
<style scoped>
</style>

View File

@ -2,7 +2,7 @@
<div class="welcome">
<a
title="欢迎Star"
href="https://github.com/xiaoxian521/CURD-TS/tree/vue-ts"
href="https://github.com/xiaoxian521/CURD-TS"
target="_blank"
>点击打开仓库地址</a
>