下载控件去掉联通名字

This commit is contained in:
lix
2025-07-31 16:14:45 +08:00
parent fc1c3495e9
commit d97bfe0d6b
3 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ export default class weboffice extends React.Component {
title: "您尚未安装文档控件,请您下载并安装后,重新访问当前页面", title: "您尚未安装文档控件,请您下载并安装后,重新访问当前页面",
content: ( content: (
<div style={{padding: "12%"}}><Button <div style={{padding: "12%"}}><Button
onClick={() => location.href = '/officecontrol/NTKO控件安装程序-联通数字科技有限公司.exe'}></Button></div> onClick={() => location.href = '/officecontrol/NTKO控件安装程序.exe'}></Button></div>
) )
}) })
} }

View File

@ -276,7 +276,7 @@ const WebOffice0609: React.FC<WebOfficeProps> = (props) => {
key="download" key="download"
size="small" size="small"
onClick={() => onClick={() =>
(window.location.href = '/officecontrol/NTKO控件安装程序-联通数字科技有限公司.exe') (window.location.href = '/officecontrol/NTKO控件安装程序.exe')
} }
> >