feat:地址

This commit is contained in:
shijing 2026-03-31 10:25:17 +08:00
parent 734933a9df
commit 793b2d3698
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# 本地环境 # 本地环境
VITE_APP_TITLE=瓷福隧道窑系统 VITE_APP_TITLE=瓷福隧道窑系统
VITE_API_BASE_URL=http://10.0.11.74:60309/api # VITE_API_BASE_URL=http://10.0.11.74:60309/api
VITE_APP_BASEURL=http://10.0.11.74:60309 # VITE_APP_BASEURL=http://10.0.11.74:60309
VITE_API_BASE_URL=http://127.0.0.1:60309/api
VITE_APP_BASEURL=http://127.0.0.1:60309
# 本地端口 # 本地端口
VITE_APP_PORT=2800 VITE_APP_PORT=2800
# 是否开启代理 # 是否开启代理