// 系统常量 // export const BASE_URI = 'https://www.idea-co-sf.com/gardenApi'// 测试 // export const BASE_URI = 'https://iot-park.idea-sf.com/mnpserver'; // 正式 export const BASE_URI = 'http://192.168.3.204:9011'; // 正式 export default { /* 系统常量*/ // 基础地址 BASE_URI, };