|
@@ -1,7 +1,7 @@
|
|
|
// 配置信息
|
|
|
export default {
|
|
|
- // api请求前缀
|
|
|
- apiUrl:"http://api.duanju.dududus.com",
|
|
|
+ // api请求前缀
|
|
|
+ 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
|