12345678910111213 |
- const production = {
- web_pc: 'https://dyaw.bozedu.net/',
- web_mobile: 'https://dyawm.bozedu.net/',
- api: 'https://openapi.bozedu.net/',
- oss: 'https://openapi.bozedu.net/',
- uc: 'https://uc.bozedu.net/',
- }
- window.GLOBAL_CONFIG = production
- window.RTC_USE = true
|