diff --git a/common/httpRequest.js b/common/httpRequest.js index 7f49662..5d42590 100644 --- a/common/httpRequest.js +++ b/common/httpRequest.js @@ -1,10 +1,10 @@ const tui = { //接口地址 interfaceUrl: function() { - return 'https://hbkuaishi.com/hiver' //测试服务器 - // return 'https://dev.xenjoyou.com/hiver' //正式服务器 - //return 'http://192.168.1.9:8888/hiver' - // return 'http://192.168.100.42:8888/hiver' + //return 'https://hbkuaishi.com/hiver' //测试服务器 + return 'https://dev.xenjoyou.com/hiver' //正式服务器 + //return 'http://192.168.100.37:8888/hiver' //本机局域网IP,真机预览用(手机和电脑同一WiFi) + //return 'http://127.0.0.1:8888/hiver' //仅开发者工具本机调试 }, toast: function(text, duration, success) { uni.showToast({