调整部分报错

This commit is contained in:
X1627315083
2025-06-20 13:21:45 +08:00
parent 128055733b
commit fd6d61a44a
15 changed files with 26 additions and 30 deletions

View File

@@ -18,7 +18,7 @@ function getUniversalZoomLevel() {
return window.outerWidth / window.innerWidth;
}
const getUploadUrl = () => {
let url = import.meta.env.VUE_APP_BASE_URL || ''
let url = import.meta.env.VITE_APP_BASE_URL || ''
// let url = "http://18.167.251.121:10086"
return url
}