riku
2022-10-21 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23
service/baserequest.js
@@ -11,12 +11,12 @@
const util = require("../utils/util.js")
const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete'];
const baseUrl = "http://192.168.0.137:8080"
// const baseUrl = "http://192.168.0.137:8080"
// const baseUrl = "https://fyami.com.cn:447"
// const baseUrl = "https://fyami.com.cn"
const baseUrl = "https://fyami.com.cn"
// const bu = "https://fyami.com.cn"
const bu = "https://fyami.com.cn:447"
const bu = "https://fyami.com.cn"
// const bu = "https://fyami.com.cn:447"
const basePicUrl = `${bu}/images/`
const baseIconUrl = `${bu}/images/weixin/eplaw/`
const baseFileUrl = `${bu}/meeting/file/`
@@ -62,7 +62,7 @@
    console.log("--------------请求错误----------------" + fun.url);
    console.log(error);
    wx.showToast({
      title: error.errMsg,
      title: '请求失败',
      icon: 'none',
      duration: 2000
    })