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