Riku
2024-08-13 093afd3be27ea5e9692839845b69bd56e2405518
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 守法自助小程序
// const baseUrl = 'http://192.168.0.138:8080';
const baseUrl = 'https://fyami.com.cn';
 
const bu = 'https://fyami.com.cn';
const basePicUrl = `${bu}/images/`;
const baseIconUrl = `${bu}/images/weixin/eplaw/`;
const baseFileUrl = `${bu}/meeting/file/`;
 
// 线上监管
// const inspectUrl = 'https://fyami.com.cn:447';
// const inspectUrl = 'http://192.168.0.138:8082';
const inspectUrl = 'http://192.168.1.8:8080';
 
const iu = 'https://fyami.com.cn:447';
const inspectPicUrl = `${iu}/images/`;
 
const mode = 'debug';
// const mode = 'prod';
 
export { basePicUrl, baseUrl, baseFileUrl, baseIconUrl, inspectUrl, inspectPicUrl, mode };