代码提交
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user