From 66d144fefe67db74efbb13dd4569071adb179c17 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 24 Jun 2022 23:26:55 +0800 Subject: [PATCH] =?UTF-8?q?6.24=20=E4=BF=AE=E6=94=B9weboffice=E9=92=88?= =?UTF-8?q?=E5=AF=B9ie11=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/webOffice/weboffice0609.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/webOffice/weboffice0609.tsx b/src/pages/webOffice/weboffice0609.tsx index fadad0b..e613f7b 100644 --- a/src/pages/webOffice/weboffice0609.tsx +++ b/src/pages/webOffice/weboffice0609.tsx @@ -2,7 +2,7 @@ * @Author: zhoujianlong * @Date: 2021-06-09 15:29:07 * @Last Modified by: zhoujianlong - * @Last Modified time: 2022-04-11 20:13:27 + * @Last Modified time: 2022-06-24 23:26:28 */ import { Button, Modal } from 'antd'; import { LoadingOutlined } from '@ant-design/icons'; @@ -257,7 +257,7 @@ const WebOffice0609: React.FC = (props) => { //判断浏览器 openUrl = '/webofficeComponent'; } - openUrl += `.html?readonly=${readOnly}&DocfileCode=${docFileCode_}&PDFfileCode=${pdfFileCode_}&HTMLfileCode=${htmlFileCode_}&savePDF=${savePDF}&saveHTML=${saveHTML}`; + openUrl += `.html?readonly=${readOnly}&DocfileCode=${docFileCode_}&PDFfileCode=${pdfFileCode_}&HTMLfileCode=${htmlFileCode_}&savePDF=${savePDF}&saveHTML=${saveHTML}&varNtkoGUID=${window.ntkoBrowser.thisNTKOGUID}`; if (fileName != '') { const format = fileName.replace(/\//g, "-") //格式化文件名称 openUrl += `&fileName=${format}`