代码提交

This commit is contained in:
2025-07-17 21:11:57 +08:00
parent b336a78183
commit 7400f85c88
2 changed files with 44 additions and 25 deletions

View File

@@ -104,7 +104,7 @@
const fileDown = (obj) => {
const path = obj.getAttribute("value");
window.open(Fmt.ctx() + '/download/execute?path=' + encodeURIComponent(path) + '&temp=' + false);
window.open(Fmt.ctx() + '/download/file?path=' + encodeURIComponent(path) + '&temp=' + false);
};
window.onload = () => {