- # 生产环境配置
- VITE_ENV = 'production'
- # Api 地址
- VITE_API_URL = 'https://uas.ryuiso.com'
- #VITE_API_URL = 'http://118.195.177.247:6789'
- # WebSocket 地址
- VITE_WEBSOCKET_URL = 'wss://uas.ryuiso.com:443/api/v1/ws'
- #VITE_WEBSOCKET_URL = 'ws://118.195.177.247:6789/api/v1/ws'
|