Commit 1ffbde17 authored by 沈翠玲's avatar 沈翠玲

修改bug

parent 03540480
......@@ -307,7 +307,7 @@
};
const downfile = (row) => {
const name = row.file.slice(row.file.lastIndexOf('/') + 1, row.file.length);
downloadfile(envs.VITE_GLOB_API_URL_PREFIX + '/sys/static/' + row.file, {}, name);
downloadfile('/sys/static/' + row.file, {}, name);
};
const query = () => ProTableRef.value?.search();
const submitData = () => {
......
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