This commit is contained in:
gcw_MV9p2JJN 2026-01-14 16:40:58 +08:00
parent cbc4f12223
commit 2ffcf9b78b

View File

@ -1,7 +1,7 @@
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
VITE_APP_API_HOST = 'http://localhost:8877' VITE_APP_API_HOST = 'http://localhost:8876'
# 开发环境 # 开发环境
VITE_APP_BASE_API = '/dev-api' VITE_APP_BASE_API = '/dev-api'