diff --git a/src/views/faceteach/FaceTeachSignUp.vue b/src/views/faceteach/FaceTeachSignUp.vue index b17b6d6..9a49da2 100644 --- a/src/views/faceteach/FaceTeachSignUp.vue +++ b/src/views/faceteach/FaceTeachSignUp.vue @@ -375,7 +375,8 @@ 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(fielPath.value+url); + window.open(url); }; const downloads = (url) => { ElMessage.warning("未在有效时间范围内,请耐心等待!");