fix: bug#10609

This commit is contained in:
leiqiaochu 2023-03-20 11:02:15 +08:00
parent 7da98bff35
commit 6df60ea7e8
1 changed files with 3 additions and 2 deletions

View File

@ -54,11 +54,11 @@
</div>
</j-col>
</j-row>
<j-row :span="24">
<j-row :span="24" v-if="AmapKey">
<j-col :span="24">
<div class="device-position">
<Guide title="设备分布"></Guide>
<div class="device-map">
<div class="device-map" >
<Amap></Amap>
</div>
</div>
@ -83,6 +83,7 @@ import type { Footer } from '@/views/device/DashBoard/typings';
import TopCard from '@/views/device/DashBoard/components/TopCard.vue';
import { useMenuStore } from '@/store/menu';
import Amap from './components/Amap.vue';
let AmapKey = localStorage.getItem('amap_key');
let productTotal = ref(0);
let productFooter = ref<Footer[]>([
{