fix: 修复key批次下载模版无法下载

This commit is contained in:
zhangds 2022-09-29 16:39:54 +08:00
parent a39b0776da
commit f77773c3e2
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";
}; };
/** /**