下载控件去掉联通名字
This commit is contained in:
@ -49,7 +49,7 @@ export default class weboffice extends React.Component {
|
||||
title: "您尚未安装文档控件,请您下载并安装后,重新访问当前页面",
|
||||
content: (
|
||||
<div style={{padding: "12%"}}><Button
|
||||
onClick={() => location.href = '/officecontrol/NTKO控件安装程序-联通数字科技有限公司.exe'}>下载</Button></div>
|
||||
onClick={() => location.href = '/officecontrol/NTKO控件安装程序.exe'}>下载</Button></div>
|
||||
)
|
||||
})
|
||||
}
|
||||
|
@ -276,7 +276,7 @@ const WebOffice0609: React.FC<WebOfficeProps> = (props) => {
|
||||
key="download"
|
||||
size="small"
|
||||
onClick={() =>
|
||||
(window.location.href = '/officecontrol/NTKO控件安装程序-联通数字科技有限公司.exe')
|
||||
(window.location.href = '/officecontrol/NTKO控件安装程序.exe')
|
||||
}
|
||||
>
|
||||
下载
|
||||
|
Reference in New Issue
Block a user