This commit is contained in:
yuping
2023-01-12 01:37:28 +08:00
parent f8068bb712
commit c04574fc40
8 changed files with 46 additions and 57 deletions

View File

@@ -66,7 +66,7 @@ export default {
const downloadHomeWork = () => {
// props.url
if (props.downloadUrl) {
window.open(props.downloadUrl);
window.open(process.env.VUE_APP_FILE_PATH+props.downloadUrl);
}
};
console.log("props", props);