riku
2025-04-27 233a467167e2b363098cc7fa63e7f26d1d15507b
config/index.js
@@ -17,7 +17,25 @@
const inspectPicUrl = `${iu}/images/`;
// const inspectPicUrl = `${inspectUrl}/images/`;
// 道路应急线索
const clueUrl = 'https://fyami.com.cn:448/';
// const clueUrl = 'http://192.168.0.110:8084/';
const cu = 'https://fyami.com.cn:448';
// const cu = 'http://192.168.0.110:8084';
const cluePicUrl = `${cu}/images/`;
// 运行模式
// const mode = 'debug';
const mode = 'prod';
export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };
export {
  basePicUrl,
  baseUrl,
  baseFileUrl,
  baseIconUrl,
  inspectUrl,
  inspectPicUrl,
  clueUrl,
  cluePicUrl,
  mode,
};