From bc8ff037b8f01268a0a032d0ad8d503c48d5e9f8 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期五, 08 十二月 2023 11:32:32 +0800 Subject: [PATCH] 配置变更表 --- web/src/commonJS/commonFile.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/web/src/commonJS/commonFile.js b/web/src/commonJS/commonFile.js index 2deb8cd..ea71466 100644 --- a/web/src/commonJS/commonFile.js +++ b/web/src/commonJS/commonFile.js @@ -119,7 +119,6 @@ } let fileId = /_zt_oss_id=(\d+)/.exec(url); fileId = fileId ? fileId[1] : ''; // 鑾峰彇鍖归厤鐨勫唴瀹癸紝濡傛灉涓虹┖鍒欒祴鍊间负绌哄瓧绗︿覆 - alert(fileId) let pageMarker2 = pageMarker if (suffixName == 'pdf' || suffixName == 'doc' || suffixName == 'docx' || suffixName == 'jpg' || suffixName == 'jpeg' || suffixName == 'png' || suffixName == 'xls' || suffixName == 'xlsx') { if (suffixName == 'pdf') { @@ -135,7 +134,6 @@ pageMarker2 = pageMarker + '-xls' that.xlsName =fileName; } - alert(pageMarker2) return openPreviewDialog(fileId, suffixName, document.getElementById(pageMarker2), pageMarker2); } else { return alert("鏂囦欢绫诲瀷涓嶆敮鎸侀瑙�") -- Gitblit v1.9.1