12345678910111213141516171819202122232425 |
- // 配置信息
- export default {
- apiUrl:"https://api.duanju.dududus.com",
- webUrl:'http://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
- imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
- staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com
- zystaticUrl:"",
- // websocket地址
- //websocketUrl:"https://wx.***.com",
- // 消息提示tabbar索引 websocketUrl:"https://wx.***.com",
- TabbarIndex:2
- }
- // 配置信息
- // export default {
- // // api请求前缀
- // // apiUrl:"http://api.duanju.dududus.com",
- // apiUrl:"https://xjc.demo.hongcd.com",
- // webUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
- // imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
- // staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com
- // // websocket地址
- // //websocketUrl:"https://wx.***.com",
- // // 消息提示tabbar索引 websocketUrl:"https://wx.***.com",
- // TabbarIndex:2
- // }
|