maxiaoxiao 10 달 전
부모
커밋
bf39ba7be6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/Combinations/LayerManage/LayerManage.vue
  2. 1 1
      src/components/Query/clickQuery/clickQuery.vue

+ 1 - 1
src/components/Combinations/LayerManage/LayerManage.vue

@@ -218,7 +218,7 @@ export default {
           // if (sceneName) {
           //   this.flyTo(sceneName);
           // }
-          if (obj.title == "分层分户") {
+          if (obj.url.indexOf("3D-HeBing8HaoLou") > 0) {
             store.setLayerList(layers[0][0]);
             layers[0][0].setQueryParameter({
               url: "https://www.supermapol.com/realspace/services/data-HeBing8HaoLou/rest/data",

+ 1 - 1
src/components/Query/clickQuery/clickQuery.vue

@@ -556,7 +556,7 @@ export default {
       let title;
       if (store.state.checkedData) title = store.state.checkedData.title;
       //  超图分层分户
-      if (title == "分层分户") {
+      if (title == "分层分户" || title == "8号楼-谷") {
         let id = handModel(movement);
       } else {
         handnew(movement);