1234567891011 |
- // 配置信息
- export default {
- // api请求前缀
- 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
- }
|