mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46:48 +08:00
fix -- 评估bug
This commit is contained in:
@@ -359,9 +359,9 @@ const handleClick = (tab, event) => {
|
||||
};
|
||||
const fielPath = ref(import.meta.env.VITE_FILE_PATH);
|
||||
const download = (url) => {
|
||||
console.log('下载url',fielPath.value+url)
|
||||
//window.open(fielPath.value+url);
|
||||
window.open(url);
|
||||
// console.log('下载url',fielPath.value+url)
|
||||
window.open(fielPath.value+url);
|
||||
// window.open(url);
|
||||
};
|
||||
const downloads = (url) => {
|
||||
ElMessage.warning("未在有效时间范围内,请耐心等待!");
|
||||
|
||||
Reference in New Issue
Block a user