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