riku
2022-08-08 0f51940bc899827f84019d2c0c165b23014d8eca
service/baserequest.js
@@ -11,10 +11,11 @@
const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete'];
// const baseUrl = "http://127.0.0.1:8080"
const baseUrl = "http://192.168.0.116:8080"
// const baseUrl = "https://fyami.com.cn:447/"
const basePicUrl = baseUrl + "images/"
const baseFileUrl = baseUrl + "meeting/file/"
const baseUrl = "http://192.168.0.106:8080"
// const baseUrl = "https://fyami.com.cn:447"
// const basePicUrl = baseUrl + "/images/"
const basePicUrl = "https://fyami.com.cn:447/images/"
const baseFileUrl = baseUrl + "/meeting/file/"
function request(fun) { 
  if (fun.params != undefined) {