# 测试环境配置 VITE_ENV = 'test' # Api 地址 VITE_API_URL = 'http://192.168.3.89:6789' # WebSocket 地址 VITE_WEBSOCKET_URL = 'ws://192.168.3.89:6789/api/v1/ws'