// API base URL configuration //线上 https://minlong.raycos.com.cn //测试 http://192.168.66.187:8083 export const apiBaseUrl = 'http://192.168.66.187:8083'; // You can add other global configuration settings here export const appVersion = '1.0.0';