Explorar el Código

基本信息修改

lkk hace 9 meses
padre
commit
155b67ccd8
Se han modificado 1 ficheros con 0 adiciones y 16 borrados
  1. 0 16
      src/views/farmlandProtection/components/jbxx.vue

+ 0 - 16
src/views/farmlandProtection/components/jbxx.vue

@@ -1,7 +1,6 @@
 <template>
   <div>
     <div class="detailList">
-      <div class="dbBtn" @click="clickOpen">查看前后影像对比</div>
       <el-descriptions :column="1" border>
         <el-descriptions-item
           label="图斑编号"
@@ -51,7 +50,6 @@
 </template>
 
 <script>
-import {getFilePath} from "@/api/ghss/jctb.js";
 export default {
   props: {
     detailObj: {
@@ -68,22 +66,8 @@ export default {
     changeData(name, updata) {
       this[name] = updata;
     },
-    clickOpen() {
-      this.$emit("updateParent", "splitScreen", true);
-      // this.$refs.tbDetails.onClick(val);
-      var imageryProvider = new Cesium.UrlTemplateImageryProvider({
-        url: "http://192.168.60.2:8080/analyse/fzss/DownloadReport?filePath=/全域土地整治/jctb/1/0output/HN4602022023022004080080.tif",
-        format: "image/tiff",
-        tilingScheme: new Cesium.GeographicTilingScheme(),
-        maximumLevel: 18,
-      });
-      console.log(imageryProvider, "imageryProviderimageryProvider");
-      viewer.imageryLayers.addImageryProvider(imageryProvider);
-      viewer.flyTo(imageryProvider);
-    },
   },
   watch: {},
-  watch: {},
   beforeDestroy() {},
 };
 </script>