Browse Source

feat: save

gemercheung 9 months ago
parent
commit
2c9f9a6ba1
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/view/case/photos/index.vue

+ 4 - 3
src/view/case/photos/index.vue

@@ -356,9 +356,10 @@ const handleSave = async () => {
     });
 
     console.log("res", res);
-    if (newlist.value.length > 0) {
-      window.scene.exportScreenshot(false);
-    }
+    //TODO bugID: 48011 2024-11-13 17:59:15 隐藏自动导出
+    // if (newlist.value.length > 0) {
+    //   window.scene.exportScreenshot(false);
+    // }
     ElMessage.success("保存成功!");
   }
 };