| | |
| | | |
| | | const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete']; |
| | | // const baseUrl = "http://127.0.0.1:8080" |
| | | // const baseUrl = "http://192.168.0.106:8080" |
| | | const baseUrl = "https://fyami.com.cn:447" |
| | | const baseUrl = "http://192.168.0.111:8080" |
| | | // const baseUrl = "https://fyami.com.cn:447" |
| | | // const basePicUrl = baseUrl + "/images/" |
| | | const basePicUrl = "https://fyami.com.cn:447/images/" |
| | | const baseIconUrl = "https://fyami.com.cn:447/images/weixin/eplaw/" |
| | |
| | | } |
| | | var fun1 = util.deepCopy(fun) |
| | | fun1.success = function (res) { |
| | | console.log("--------------请求结果----------------" + fun.url); |
| | | // console.log("--------------请求结果----------------"); |
| | | console.log("|--访问: " + fun.url); |
| | | console.log(res); |
| | | |
| | | if (fun.onHead) { |