讲师管理导入修改模版

This commit is contained in:
zhangsir
2024-12-20 14:46:49 +08:00
parent 03914f1cab
commit 541de94696
3 changed files with 3 additions and 3 deletions

View File

@@ -295,7 +295,7 @@ import {getCookieForName} from "@/api/method";
}
};
function downTemplate() {
window.open(`${process.env.VUE_APP_BASE}/template/${props.template}.xlsx`);
window.open(`${process.env.VUE_APP_BOE_API_URL}/upload/template/${props.template}`);
}
return {