🐞 fix: 修改 api 接口
This commit is contained in:
2
.env
2
.env
@@ -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"
|
||||
|
||||
@@ -73,6 +73,9 @@ export default defineConfig(({ mode }) => {
|
||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
port: 6699,
|
||||
},
|
||||
build: {
|
||||
minify: "terser",
|
||||
terserOptions: {
|
||||
|
||||
Reference in New Issue
Block a user