fix: 修复key下载模版为https模式
This commit is contained in:
parent
b20726b53d
commit
2dba919238
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue