增加websocket连接,增加台桌列表页面,增加用户列表页面

This commit is contained in:
2025-02-18 18:46:22 +08:00
parent e7a0d72d91
commit de74cad167
31 changed files with 18665 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ VITE_APP_API_URL=https://tapi.cashier.sxczgkj.cn/ # 正式
# VITE_APP_API_URL=http://localhost:8989 # 本地
# WebSocket 端点(不配置则关闭),线上 ws://api.youlai.tech/ws ,本地 ws://localhost:8989/ws
VITE_APP_WS_ENDPOINT=
VITE_APP_WS_ENDPOINT=wss://sockets.sxczgkj.com/wss
# 启用 Mock 服务
VITE_MOCK_DEV_SERVER=false