riku
2024-11-14 00a96d6881dd10ae7d3c4f5437bfceaabe677723
config/index.js
@@ -9,7 +9,7 @@
// 线上监管
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';
@@ -17,7 +17,7 @@
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 };