env.js 280 B

1234567891011121314
  1. module.exports = {
  2. //开发环境
  3. dev:{
  4. baseUrl:'cloud.long-chi.com'
  5. },
  6. // 添加设备和分组
  7. prod:{
  8. baseUrl:'https://cloud.long-chi.com/api/minigrogram/lightcontrol'
  9. },
  10. //获取设备具体信息
  11. intell:{
  12. baseUrl:'https://api.heclouds.com'
  13. }
  14. }