From 4fe6c5ac4bc2b7fa9c9c71bb52d9df3e8b13bd7c Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 15 七月 2025 10:11:45 +0800 Subject: [PATCH] 修改 --- src/views/build/conpanyFunctionConsult/digitalFileDep/otherIntellFile/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/build/conpanyFunctionConsult/digitalFileDep/otherIntellFile/index.vue b/src/views/build/conpanyFunctionConsult/digitalFileDep/otherIntellFile/index.vue index d102607..a8eb2a0 100644 --- a/src/views/build/conpanyFunctionConsult/digitalFileDep/otherIntellFile/index.vue +++ b/src/views/build/conpanyFunctionConsult/digitalFileDep/otherIntellFile/index.vue @@ -111,9 +111,9 @@ try { // 1. 获取文件 const response = await fetch(import.meta.env.VITE_APP_BASE_API + '/' + path); - const arrayBuffer = await response.arrayBuffer(); + const arrayBuffer = await response.arrayBuffer() // 2. 创建新窗口 - const win = window.open('', '_blank'); + const win = window.open('', '_blank') win.document.write(` <!DOCTYPE html> <html> -- Gitblit v1.9.2