12345678910 |
- const appConfig = {
- appTitle: '数智审计',
- apiEndpoint: 'http://127.0.0.1:8888/xcoa',
- // apiEndpoint: 'http://192.168.92.105:8888/xcoa',
- // apiEndpoint: 'http://bi.hdemo.platomix.net',
- // searchBaseUrl: 'http://10.104.32.31:9999/',
- searchBaseUrl: 'http://10.104.1.174/',
- }
- module.exports = appConfig
|