wangfukang 7 days ago
parent
commit
3a1eed2855
  1. 4
      common/httpRequest.js

4
common/httpRequest.js

@ -37,8 +37,8 @@ function getSafeWindowInfo() {
const tui = {
//接口地址
interfaceUrl: function() {
return 'https://hbkuaishi.com/hiver' //正式
// return 'http://192.168.100.34:8888/hiver' //测试
// return 'https://hbkuaishi.com/hiver' //正式
return 'http://192.168.100.34:8888/hiver' //测试
},
toast: function(text, duration, success) {
uni.showToast({

Loading…
Cancel
Save