feat: 优化开发配置

This commit is contained in:
橙子
2024-01-04 22:31:19 +08:00
parent e666aff9eb
commit 425218908e
4 changed files with 35 additions and 16 deletions

View File

@@ -1,11 +1,10 @@
# 接口前缀
VITE_APP_BASEAPI="/api-dev"
VITE_APP_URL="http://123.207.63.87:19001/api/app"
# VITE_APP_URL="http://localhost:19001/api/app"
VITE_APP_ENV_NAME = "dev"
# 接口前缀
VITE_APP_BASEAPI="/dev-api"
VITE_APP_URL="http://localhost:19001/api/app"
# ws/开发环境
VITE_APP_BASE_WS = '/dev-ws'
#长连接
VITE_APP_BASE_URL_WS='http://localhost:19001/hub'
VITE_APP_BASE_URL_WS="http://localhost:19001/api/app"