|
@@ -1,6 +1,6 @@
|
|
// let BASE_Server = "http://127.0.0.1:8329"
|
|
// let BASE_Server = "http://127.0.0.1:8329"
|
|
- let BASE_Server = "https://192.168.1.100:18080"
|
|
|
|
-// let BASE_Server = "https://sookajs.top:18080"
|
|
|
|
|
|
+ // let BASE_Server = "https://192.168.1.100:18080"
|
|
|
|
+let BASE_Server = "https://sookajs.top:18080"
|
|
|
|
|
|
let app = getApp()
|
|
let app = getApp()
|
|
|
|
|
|
@@ -168,6 +168,7 @@ function post_token(url, data, successfun) {
|
|
fail(res){
|
|
fail(res){
|
|
wx.showToast({
|
|
wx.showToast({
|
|
title: "网络请求失败",
|
|
title: "网络请求失败",
|
|
|
|
+ icon:'none',
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|