app-config.js 316 B

12345678910
  1. const appConfig = {
  2. appTitle: '数智审计',
  3. apiEndpoint: 'http://127.0.0.1:8888/xcoa',
  4. // apiEndpoint: 'http://192.168.92.105:8888/xcoa',
  5. // apiEndpoint: 'http://bi.hdemo.platomix.net',
  6. // searchBaseUrl: 'http://10.104.32.31:9999/',
  7. searchBaseUrl: 'http://10.104.1.174/',
  8. }
  9. module.exports = appConfig