constant.js 316 B

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