# 生产环境配置 VITE_APP_ENV = 'production' # Api 地址 VITE_APP_API_URL = 'http://49.234.30.234:6789' # WebSocket 地址 VITE_APP_WEBSOCKET_URL = 'ws://49.234.30.234:6789/api/v1/ws'