修复在线用户重连问题

This commit is contained in:
橙子
2022-10-03 22:56:36 +08:00
parent afde26a7ae
commit c9ed317e62
7 changed files with 27 additions and 4 deletions

View File

@@ -7,5 +7,11 @@ VITE_APP_ENV = 'development'
# 若依管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'
# ws/开发环境
VITE_APP_BASE_WS = '/dev-ws'
VITE_APP_BASE_URL='http://localhost:19001/api'