fix: use relative API url for production
Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled
Deploy to Production / Build and Test (push) Has been cancelled

This commit is contained in:
你的用户名
2025-11-06 16:03:44 +08:00
parent f0976a79c9
commit 31d935241e

View File

@@ -1,7 +1,7 @@
VITE_BASE=/ VITE_BASE=/
# 接口地址 # 接口地址
VITE_GLOB_API_URL=http://192.168.9.149:5320/api VITE_GLOB_API_URL=/api
# 是否开启压缩,可以设置为 none, brotli, gzip # 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=none VITE_COMPRESS=none