app-config.js 227 B

12345678
  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. }
  7. module.exports = appConfig