fix -- 评估bug

This commit is contained in:
yuping
2023-03-14 11:29:11 +08:00
parent 0395b6735c
commit 2481ceebf4

View File

@@ -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("未在有效时间范围内,请耐心等待!");