Commit 5c08188d authored by liuzhaoh's avatar liuzhaoh

调整下载链接为https

parent dfd3d175
......@@ -320,7 +320,7 @@ const onExportFile = () => {
const onDownloadTemplate = () => {
// window.open('http://visimg.bmetech.com/stone/img/1748314002767/设备数据.xlsx')
axios
.get("http://visimg.bmetech.com/stone/img/1748314002767/设备数据.xlsx", {
.get("https://visimg.bmetech.com/stone/img/1748314002767/设备数据.xlsx", {
responseType: "blob",
})
.then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment