config.js 618 B

12345678910111213
  1. // 配置信息
  2. export default {
  3. // api请求前缀
  4. apiUrl:"http://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. }