# 开发环境 VITE_ENV = 'development' # Api地址 VITE_API_URL = 'http://192.168.1.10:8080' # WebSocket地址 VITE_WEBSOCKET_URL = 'ws://192.168.1.10:8080/ws'