config.js 607 B

123456789101112
  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. }