config.js 560 B

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