constant.js 313 B

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