| 123456789101112 |
- //正式环境
- // window.global = {
- // baseUrl: 'https://api.bydfic.com/',
- // baseWsUrl: '"wss://api.bydfic.com/ws"',
- // pdfUrl: 'https://m.2.testx2.cc/web.pdf'
- // }
- // 测试
- window.global = {
- baseUrl: 'https://api.b.uwcub.cc/',
- baseWsUrl: '"wss://api.b.uwcub.cc/ws"',
- pdfUrl: 'https://m.2.testx2.cc/web.pdf'
- }
|