🐞 fix: 修改 api 接口
This commit is contained in:
2
.env
2
.env
@@ -1,6 +1,6 @@
|
|||||||
# 全局 API 地址
|
# 全局 API 地址
|
||||||
# VITE_GLOBAL_API="http://localhost:6688"
|
# VITE_GLOBAL_API="http://localhost:6688"
|
||||||
VITE_GLOBAL_API="https://api-hot.imsyy.top"
|
VITE_GLOBAL_API="https://api-hot.efefee.cn"
|
||||||
|
|
||||||
# ICP 备案号
|
# ICP 备案号
|
||||||
VITE_ICP = "豫ICP备2022018134号-1"
|
VITE_ICP = "豫ICP备2022018134号-1"
|
||||||
|
|||||||
@@ -73,6 +73,9 @@ export default defineConfig(({ mode }) => {
|
|||||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
server: {
|
||||||
|
port: 6699,
|
||||||
|
},
|
||||||
build: {
|
build: {
|
||||||
minify: "terser",
|
minify: "terser",
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user