fix: 修复key下载模版为https模式

This commit is contained in:
zhangds 2022-09-29 16:19:20 +08:00
parent b20726b53d
commit 2dba919238
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ const UseUploadExcel = (props) => {
*/ */
const downloadMBExcel = () => { const downloadMBExcel = () => {
window.location.href = window.location.href =
"http://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/key%E6%A8%A1%E7%89%88.xlsx"; "https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/key%E6%A8%A1%E7%89%88.xlsx";
}; };
/** /**