config.js 324 B

123456789101112
  1. //正式环境
  2. // window.global = {
  3. // baseUrl: 'https://api.bydfic.com/',
  4. // baseWsUrl: '"wss://api.bydfic.com/ws"',
  5. // pdfUrl: 'https://m.2.testx2.cc/web.pdf'
  6. // }
  7. // 测试
  8. window.global = {
  9. baseUrl: 'https://api.b.uwcub.cc/',
  10. baseWsUrl: '"wss://api.b.uwcub.cc/ws"',
  11. pdfUrl: 'https://m.2.testx2.cc/web.pdf'
  12. }