huangxiaoqiang
2025-06-03 975ea3c28b1661b3b6eabee5277cc98d853736d3
CodeManagement/BigScreenVue/src/views/indexs/center-map.vue
@@ -30,6 +30,7 @@
import { currentGET } from "api/modules";
import * as echarts from "echarts";
import { GETNOBASE } from "api";
import {Getproductionvolume} from "@/api/http.js"
export default {
  data() {
    return {
@@ -44,19 +45,12 @@
  mounted() {
    // console.log(xzqCode);
    this.getData("china");
    this.getData();
  },
  methods: {
    getData(code) {
      // currentGET("big8", { regionCode: code }).then((res) => {
      //   console.log("设备分布", res);
      //   if (res.success) {
      //     this.getGeojson(res.data.regionCode, res.data.dataList);
      //     this.mapclick();
      //   } else {
      //     this.$Message.warning(res.msg);
      //   }
      // });
    async getData(code) {
    },
    /**
     * @description: 获取geojson