修改 云南测试问题

This commit is contained in:
guanj
2025-07-30 15:17:28 +08:00
parent f34f38ef14
commit ba1cee110a
14 changed files with 6037 additions and 5323 deletions

View File

@@ -2,7 +2,7 @@
<template>
<div style="position: relative">
<div class="bars_w" ref="chartMap" id="chartMap"></div>
<span @click="circle" v-show="showCircle" class="iconfont icon-back"></span>
<!-- <span @click="circle" v-show="showCircle" class="iconfont icon-back"></span> -->
</div>
</template>
@@ -19,7 +19,7 @@ const myCharts = ref()
const showCircle = ref(false)
const fetchConfig = async (name: string) => {
const res = await import(`../../assets/map/${name}.json`)
const res = await import(`../../assets/map/${name.replace(/市$/, "")}.json`)
return res.default
// GetEchar(res.default)
}