riku
2024-11-13 48145f787eda81815f653ad21161a60e89b6a303
service/baserequest.js
@@ -9,15 +9,19 @@
 */
const util = require('../utils/util.js');
// const baseUrl = "http://192.168.0.123:8080"
// const baseUrl = "https://fyami.com.cn:447"
// 小程序后台
// const baseUrl = "http://192.168.0.138:8082"
const baseUrl = 'https://fyami.com.cn';
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/`;
// 飞羽监管系统后台
const spUrl = "https://fyami.com.cn:447"
const spBu = "https://fyami.com.cn:447"
const spPicUrl = `${spBu}/images/`;
// const mode = 'debug';
const mode = 'prod';
@@ -98,4 +102,6 @@
  baseUrl: baseUrl,
  baseFileUrl: baseFileUrl,
  baseIconUrl: baseIconUrl,
  spUrl: spUrl,
  spPicUrl: spPicUrl,
};