祖安之光
3 天以前 959d8b7b00590bfd1e6196a2d34ade2132a8bcbb
src/views/build/conpanyFunctionConsult/digitalFileDep/otherIntellFile/index.vue
@@ -107,7 +107,9 @@
      console.log('取消预览')
    });
    return
  }
  }else if(ext == 'pdf' || ext == 'jpg' ){
    window.open(`${import.meta.env.VITE_APP_BASE_API}/${path}`, '_blank');
  }else{
  try {
    // 1. 获取文件
    const response = await fetch(import.meta.env.VITE_APP_BASE_API + '/' + path);
@@ -133,10 +135,10 @@
    await renderAsync(arrayBuffer, win.document.getElementById('container'));
  } catch (error) {
    console.error('预览失败:', error);
    alert(`预览失败: ${error.message}`);
  }
}
}
const getList = async () => {
  loading.value = true
  const res = await getStandardTemp(data.queryParams)