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