riku
2022-08-23 8fbd6b8d09e70494d920cc0b77812e9643be3196
service/baserequest.js
@@ -11,12 +11,12 @@
const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete'];
// const baseUrl = "http://127.0.0.1:8080"
// const baseUrl = "http://192.168.0.117:8080"
const baseUrl = "https://fyami.com.cn:447"
const baseUrl = "http://192.168.0.105: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/"
const baseFileUrl = baseUrl + "/meeting/file/"
const baseFileUrl = "https://fyami.com.cn:447/meeting/file/"
function request(fun) {
  if (fun.params != undefined) {