config.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. const isDev = location.host.endsWith('.top')
  2. window.globalVariables = window.GLOBAL_CONFIG = isDev ?
  3. {
  4. oss: 'https://qqyxtjnmfopenapi.bozedu.top',
  5. api: 'https://qqyxtjnmfopenapi.bozedu.top',
  6. // api: ' http:/10.100,101.120:86',//英山一中打包用
  7. // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
  8. // wpsserver: 'http://60.188.226.44:8001/loading.html',
  9. // origin: window.location.origin + '/app/xdbg/',
  10. installLink:'https://wpsoas.bozedu.top/install.html',
  11. wpsserver: 'https://wpsoas.bozedu.top/loading.html',
  12. microsoftPreview: 'https://view.officeapps.live.com/op/view.aspx?src=',
  13. docxPreview:'https://qqyxtjnmfopenapi.bozedu.top/',
  14. }
  15. :
  16. {
  17. oss: 'https://qqyxtjnmfopenapi.bozedu.net',
  18. api: 'https://qqyxtjnmfopenapi.bozedu.net',
  19. // api: ' http:/10.100,101.120:86',//英山一中打包用
  20. // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
  21. // wpsserver: 'http://60.188.226.44:8001/loading.html',
  22. origin: window.location.origin + '/xiao',
  23. installLink:'https://wpsoas.bozedu.net/install.html',
  24. wpsserver: 'https://wpsoas.bozedu.net/loading.html',
  25. microsoftPreview: 'https://view.officeapps.live.com/op/view.aspx?src=',
  26. docxPreview:'https://qqyxtjnmfopenapi.bozedu.net/',
  27. }