mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 05:16:47 +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 fielPath = ref(import.meta.env.VITE_FILE_PATH);
|
||||||
const download = (url) => {
|
const download = (url) => {
|
||||||
console.log('下载url',fielPath.value+url)
|
// console.log('下载url',fielPath.value+url)
|
||||||
//window.open(fielPath.value+url);
|
window.open(fielPath.value+url);
|
||||||
window.open(url);
|
// window.open(url);
|
||||||
};
|
};
|
||||||
const downloads = (url) => {
|
const downloads = (url) => {
|
||||||
ElMessage.warning("未在有效时间范围内,请耐心等待!");
|
ElMessage.warning("未在有效时间范围内,请耐心等待!");
|
||||||
|
|||||||
Reference in New Issue
Block a user