修改端口

This commit is contained in:
2026-02-02 19:09:17 +08:00
parent 39dd8470ac
commit 0744b3de01
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ VITE_APP_ENV = 'production'
# 玉田地址
# VITE_APP_BASE_API = 'http://192.168.1.192:8086'
# 贾庵子
VITE_APP_BASE_API = 'http://192.168.1.251:8086'
VITE_APP_BASE_API = 'http://192.168.1.251:8087'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip