config.js 1.2 KB

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