riku
2024-08-14 f2a0ea849099f49a3d2a9c7e5c44d033df22468f
config/index.js
@@ -8,14 +8,16 @@
const baseFileUrl = `${bu}/meeting/file/`;
// 线上监管
// const inspectUrl = 'https://fyami.com.cn:447';
const inspectUrl = 'https://fyami.com.cn:447';
// const inspectUrl = 'http://192.168.0.138:8082';
const inspectUrl = 'http://192.168.1.8:8080';
// 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 mode = 'debug';
const mode = 'prod';
export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };