# 线上环境 ENV = 'production' # 基础请求地址 VITE_API_URL = 'http://hotline.fw.com' # 身份认证地址 VITE_API_URL_IDENTITY = 'http://identity.fengwo.com' #socket API VITE_APP_SOCKET_API = 'http://192.168.100.223:50110/hubs/callcenter'