修改docker-compose.dev

This commit is contained in:
xie7654
2025-07-04 13:12:32 +08:00
parent 562615cd1d
commit a5807e3fba
15 changed files with 127 additions and 65 deletions

View File

@@ -4,7 +4,8 @@ VITE_PORT=5678
VITE_BASE=/
# 接口地址
VITE_GLOB_API_URL=http://127.0.0.1:8000/api
VITE_GLOB_API_URL=/api
VITE_BACKEND_URL=http://localhost:8000
# 是否开启 Nitro Mock服务true 为开启false 为关闭
VITE_NITRO_MOCK=false