feat: update

This commit is contained in:
xiaoxian521
2021-11-06 16:15:25 +08:00
parent c18dbea3cd
commit 4b16bac5dc
15 changed files with 3278 additions and 1513 deletions

View File

@@ -126,14 +126,7 @@ onUnmounted(() => {
</script>
<template>
<div
id="mapview"
ref="mapview"
v-loading="mapSet.loading"
element-loading-text="地图加载中"
element-loading-spinner="el-icon-loading"
element-loading-background="rgba(0, 0, 0, 0.8)"
></div>
<div id="mapview" ref="mapview" v-loading="mapSet.loading"></div>
</template>
<style lang="scss" scoped>