- # 本地环境
- ENV = 'development'
- # 本地环境接口地址
- VITE_API_URL = 'http://open.call.fengwo.com'
- # VITE_API_URL = 'http://192.168.100.22'
- # 多个baseUrl测试
- VITE_API_URL_TWO = 'http://localhost:9999/'
- VITE_API_URL_THREE = 'http://localhost:7777/'
- #socket API
- VITE_APP_SOCKET_API = '/hubs/callcenter'
|