feat
This commit is contained in:
parent
968a0412b7
commit
fd0110e323
@ -51,14 +51,15 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { isEmpty, getAssetsFile } from '@/utils';
|
import { isEmpty, getAssetsFile } from '@/utils';
|
||||||
import { ref, reactive, onMounted } from 'vue';
|
import { ref, reactive, onMounted } from 'vue';
|
||||||
|
import geoJsonData from '../components/530926geo.json'; // 根据实际情况调整路径
|
||||||
var aspectScale = 0.8807505292367753;
|
var aspectScale = 0.8807505292367753;
|
||||||
// var iconUrl = 'http://localhost:9529/sub-government-screen-service/src/assets/images/vsualized/home/partbg.png';
|
// 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/gmmap.png').href;
|
||||||
var iconUrl = getAssetsFile('images/vsualized/gmmap2.png').href;
|
var iconUrl = getAssetsFile('images/vsualized/gmmap2.png').href;
|
||||||
|
|
||||||
import geoJsonData from '../components/530926geo.json'; // 根据实际情况调整路径
|
|
||||||
let geoData = geoJsonData;
|
let geoData = geoJsonData;
|
||||||
let mapName = ref('ZJ');
|
let mapName = ref('ZJ');
|
||||||
|
const info = ref({});
|
||||||
const chartsData = reactive({
|
const chartsData = reactive({
|
||||||
option: {
|
option: {
|
||||||
title: {
|
title: {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}"
|
}"
|
||||||
class="title-top-bg"
|
class="title-top-bg"
|
||||||
></div>
|
></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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<!-- <centerMap></centerMap> -->
|
<centerMap></centerMap>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6" class="right-charts">
|
<el-col :span="6" class="right-charts">
|
||||||
<div class="right-charts-item">
|
<div class="right-charts-item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user