浏览代码

修改环境

shuhao 4 月之前
父节点
当前提交
937e02f70a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/authentic/Pdf.vue

+ 2 - 2
src/views/authentic/Pdf.vue

@@ -98,7 +98,7 @@ let printObj = {
   id:"printTest",
   id:"printTest",
   popTitle: 'good print',
   popTitle: 'good print',
   beforeOpenCallback (vue) {
   beforeOpenCallback (vue) {
-    toImg(true)
+    // toImg(true)
     console.log('打开之前')
     console.log('打开之前')
   },
   },
   openCallback (vue) {
   openCallback (vue) {
@@ -141,7 +141,7 @@ onMounted(()=>{
     data.area = getAreaByWkt(data.geom)
     data.area = getAreaByWkt(data.geom)
     rowData.value = data
     rowData.value = data
     pdfMap.initMap(data,mapRef.value)
     pdfMap.initMap(data,mapRef.value)
-    toImg(false)
+    // toImg(false)
   })
   })
 })
 })
 </script>
 </script>