// 系统常量 export const BASE_URI = "https://iot-park.idea-sf.com/mnpserver"; // 测试 // export const BASE_URI = "http://192.168.3.94:9010"; // 老潘本地 // export const BASE_URI = "http://192.168.2.107:9011"; // 洮洮本地 // export const BASE_URI = "http://192.168.2.103:9010"; // 老崔本地 // export const BASE_URI = "http://192.168.3.13:9011"; // 许峰本地 // export const BASE_URI = "http://192.168.2.112:9010"; // 陈凡本地 export default { /* 系统常量*/ // 基础地址 BASE_URI, };