北京经济技术开发区经开区虚拟城市项目-【前端】-Web
Jin Lei
2023-11-11 5b5a5a7899a9444665235d96d8d7f2d50fed6a8c
src/components/left/layerTree/Layer.vue
@@ -437,11 +437,13 @@
          });
          let that = this;
          axios({
            method: "POST",
            method: "GET",
            // method: "POST",
            // url: "/api/PM20221203225_OpenAPI3_Service-0.0.1-SNAPSHOT/biaoHui/list",
            url: "http://10.10.4.121:8070/PM20221203225_OpenAPI3_Service-0.0.1-SNAPSHOT/biaoHui/list",
            data: {
              userId: this.$store.state.userId,
            },
            // data: {
            //   userId: this.$store.state.userId,
            // },
          }).then(
            (response) => {
              setTimeout(() => {
@@ -1031,7 +1033,7 @@
  color: #ffffff !important;
}
.historyBtn {
  margin-left: 28px;
  margin-left: 10px;
}
.closeBtn {
  color: white;
@@ -1084,7 +1086,7 @@
  height: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 999999;
  z-index: 999;
  color: white;
}
.treeContainer {