riku
2025-04-25 b515fae43490ab20977d559e19d4e5f63a4fd96d
config/index.js
@@ -1,5 +1,5 @@
// 守法自助小程序
// const baseUrl = 'http://192.168.0.138:8080';
// const baseUrl = 'http://192.168.0.138:8082';
const baseUrl = 'https://fyami.com.cn';
const bu = 'https://fyami.com.cn';
@@ -9,12 +9,33 @@
// 线上监管
const inspectUrl = 'https://fyami.com.cn:447';
// const inspectUrl = 'http://192.168.0.138:8082';
// const inspectUrl = 'http://192.168.0.138:9001';
// const inspectUrl = 'http://192.168.0.138:8080';
// const inspectUrl = 'http://192.168.1.8:8080';
const iu = 'https://fyami.com.cn:447';
const inspectPicUrl = `${iu}/images/`;
// const inspectPicUrl = `${inspectUrl}/images/`;
const mode = 'debug';
// const mode = 'prod';
// 道路应急线索
const clueUrl = 'https://fyami.com.cn:448/';
// const clueUrl = 'http://192.168.0.110:8080/';
const cu = 'https://fyami.com.cn:448';
// const cu = 'http://192.168.0.110:8080';
const cluePicUrl = `${cu}/images/`;
export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };
// 运行模式
// const mode = 'debug';
const mode = 'prod';
export {
  basePicUrl,
  baseUrl,
  baseFileUrl,
  baseIconUrl,
  inspectUrl,
  inspectPicUrl,
  clueUrl,
  cluePicUrl,
  mode,
};