北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2024-04-12 dbb352c9d988dfac83da979023fe81a0a02f88e9
src/components/right/right-top.vue
@@ -788,7 +788,7 @@
import common from "@/components/common";
import { mapState, mapMutations } from "vuex";
import Bus from "../tools/Bus";
import { queryBySquare } from "@/utils/request";
import { queryBySquare } from "@/api/api";
import FCFH from "@/components/right/FCFH";
//交通图层
@@ -1570,10 +1570,10 @@
        // this.showInfoBox = true;
        if (this.info["JK内码"]) {
          this.$message({
            showClose: true,
            message: "连接状态查询中",
          });
          // this.$message({
          //   showClose: true,
          //   message: "连接状态查询中",
          // });
          this.spjkLoad(this.info);
        }
      },