This commit is contained in:
闫世杰 2025-01-16 10:17:00 +08:00
parent 79ded0bcdf
commit 641da72346
1 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,6 @@
<script setup>
import { ref, reactive, onMounted, onBeforeMount, computed, h } from "vue";
import { ElMessage, ElMessageBox, ElImage } from "element-plus";
import { onGobalImage } from "@/utils/index.js";
import ePie from "./echarts_sy/pie.vue";
import ePie2 from "./echarts_sy/pie2.vue";
import zwfw1 from "./echarts_sy/zwfw1.vue";
@ -641,6 +640,7 @@ import qyfw1 from "../assets/images/sy/ljzcs.png";
import qyfw2 from "../assets/images/sy/rzbms.png";
import qyfw3 from "../assets/images/sy/shqys.png";
import qyfw4 from "../assets/images/sy/dxje.png";
import grossPopulation from "../assets/images/sy/gross-population.png";
import { useRouter, useRoute } from "vue-router";
const router = useRouter();
const routers = useRoute();
@ -667,7 +667,7 @@ const onGrossPopulation = () => {
width: "100%",
height: "54vh",
},
src: onGobalImage("images/sy/gross-population.png"),
src: grossPopulation,
fit: "fill",
width: "100%",
height: "100%",