123456789101112 |
- // 配置信息
- 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
- }
|