This commit is contained in:
李想 2025-04-24 13:46:42 +08:00
parent 968a0412b7
commit fd0110e323
3 changed files with 4 additions and 3 deletions

View File

@ -51,14 +51,15 @@
<script setup>
import { isEmpty, getAssetsFile } from '@/utils';
import { ref, reactive, onMounted } from 'vue';
import geoJsonData from '../components/530926geo.json'; //
var aspectScale = 0.8807505292367753;
// var iconUrl = 'http://localhost:9529/sub-government-screen-service/src/assets/images/vsualized/home/partbg.png';
// var iconUrl = getAssetsFile('images/vsualized/gmmap.png').href;
var iconUrl = getAssetsFile('images/vsualized/gmmap2.png').href;
import geoJsonData from '../components/530926geo.json'; //
let geoData = geoJsonData;
let mapName = ref('ZJ');
const info = ref({});
const chartsData = reactive({
option: {
title: {

View File

@ -7,7 +7,7 @@
}"
class="title-top-bg"
></div>
<span class="title-top-content" :style="{ 'text-align': left }">{{ topTitle || '--' }}</span>
<span class="title-top-content" :style="{ 'text-align': props.left }">{{ topTitle || '--' }}</span>
</div>
</template>
<script setup>

View File

@ -24,7 +24,7 @@
</div>
</el-col>
<el-col :span="12">
<!-- <centerMap></centerMap> -->
<centerMap></centerMap>
</el-col>
<el-col :span="6" class="right-charts">
<div class="right-charts-item">