mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
-- bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user