This commit is contained in:
X1627315083
2025-06-19 11:00:52 +08:00
parent 505c79665b
commit ea7c173eb3
7 changed files with 32 additions and 10 deletions

View File

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