config.js 1.3 KB

1234567891011121314151617181920212223242526
  1. // 配置信息
  2. export default {
  3. // api请求前缀
  4. apiUrl:"https://api.duanju.dududus.com",
  5. webUrl:'http://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
  6. imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
  7. staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com
  8. zystaticUrl:"",
  9. // websocket地址
  10. //websocketUrl:"https://wx.***.com",
  11. // 消息提示tabbar索引 websocketUrl:"https://wx.***.com",
  12. TabbarIndex:2
  13. }
  14. // 配置信息
  15. // export default {
  16. // // api请求前缀
  17. // // apiUrl:"http://api.duanju.dududus.com",
  18. // apiUrl:"https://xjc.demo.hongcd.com",
  19. // webUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
  20. // imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
  21. // staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com
  22. // // websocket地址
  23. // //websocketUrl:"https://wx.***.com",
  24. // // 消息提示tabbar索引 websocketUrl:"https://wx.***.com",
  25. // TabbarIndex:2
  26. // }