Skip to content

Commit

Permalink
🐞 fix: 修改 api 接口
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Mar 1, 2024
1 parent a274cf6 commit 77c9c0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export default defineConfig(({ mode }) => {
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
server: {
port: 6699,
},
build: {
minify: "terser",
terserOptions: {
Expand Down

0 comments on commit 77c9c0f

Please sign in to comment.