// 系统常量 // export const BASE_URI = "http://192.168.2.111:9011"; // 正式 export const BASE_URI = 'http://192.168.3.142:9001' // 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.2.109:9011"; // 许峰本地 // export const BASE_URI = "http://localhost:9011"; // 许峰本地 // export const BASE_URI = "http://192.168.2.112:9010"; // 陈凡本地 export default { /* 系统常量*/ // 基础地址 BASE_URI, };