config.js 600 B

123456789101112
  1. // 配置信息
  2. export default {
  3. // api请求前缀
  4. webUrl:"http://api.zyduanju.com",
  5. // webUrl:'http://api.duanju.dududus.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. // websocket地址
  9. //websocketUrl:"https://wx.***.com",
  10. // 消息提示tabbar索引 websocketUrl:"https://wx.***.com",
  11. TabbarIndex:2
  12. }