🐞 fix: 修改 api 接口

This commit is contained in:
imsyy
2024-03-01 10:34:55 +08:00
parent a274cf6f12
commit 77c9c0f8bc
2 changed files with 4 additions and 1 deletions

2
.env
View File

@@ -1,6 +1,6 @@
# 全局 API 地址
# VITE_GLOBAL_API="http://localhost:6688"
VITE_GLOBAL_API="https://api-hot.imsyy.top"
VITE_GLOBAL_API="https://api-hot.efefee.cn"
# ICP 备案号
VITE_ICP = "豫ICP备2022018134号-1"

View File

@@ -73,6 +73,9 @@ export default defineConfig(({ mode }) => {
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
server: {
port: 6699,
},
build: {
minify: "terser",
terserOptions: {