tangning 6 月之前
父节点
当前提交
f3c1f458e7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/view/case/help.ts

+ 1 - 0
src/view/case/help.ts

@@ -200,6 +200,7 @@ export const getFuseImage = async (
         let num = typeMap.sdk.store?.getValue('metadata').num
         let num = typeMap.sdk.store?.getValue('metadata').num
        // /oss/scene_view_data/YZL-jm-3EOpLfZxim9/user/cad-style-3.jpg
        // /oss/scene_view_data/YZL-jm-3EOpLfZxim9/user/cad-style-3.jpg
        blob = urlToBlob(`/oss/scene_view_data/${num}/user/cad-style-3.jpg`)
        blob = urlToBlob(`/oss/scene_view_data/${num}/user/cad-style-3.jpg`)
+       console.error("截图尺寸2", blob);
       } else {
       } else {
         const result = await typeMap.sdk.Camera.screenshot(
         const result = await typeMap.sdk.Camera.screenshot(
           [{ width: width, height: height, name: "2k", bgOpacity: 0 }],
           [{ width: width, height: height, name: "2k", bgOpacity: 0 }],