12345678910111213141516171819202122232425262728293031323334 |
- const isDev = location.host.endsWith('.top')
- window.globalVariables = window.GLOBAL_CONFIG = isDev ?
- {
- oss: 'https://qqyxtjnmfopenapi.bozedu.top',
- api: 'https://qqyxtjnmfopenapi.bozedu.top',
- // api: ' http:/10.100,101.120:86',//英山一中打包用
- // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
- // wpsserver: 'http://60.188.226.44:8001/loading.html',
- // origin: window.location.origin + '/app/xdbg/',
- installLink:'https://wpsoas.bozedu.top/install.html',
- wpsserver: 'https://wpsoas.bozedu.top/loading.html',
- microsoftPreview: 'https://view.officeapps.live.com/op/view.aspx?src=',
- docxPreview:'https://qqyxtjnmfopenapi.bozedu.top/',
- }
- :
- {
- oss: 'https://qqyxtjnmfopenapi.bozedu.net',
- api: 'https://qqyxtjnmfopenapi.bozedu.net',
- // api: ' http:/10.100,101.120:86',//英山一中打包用
- // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
- // wpsserver: 'http://60.188.226.44:8001/loading.html',
- origin: window.location.origin + '/xiao',
- installLink:'https://wpsoas.bozedu.net/install.html',
- wpsserver: 'https://wpsoas.bozedu.net/loading.html',
- microsoftPreview: 'https://view.officeapps.live.com/op/view.aspx?src=',
- docxPreview:'https://qqyxtjnmfopenapi.bozedu.net/',
- }
|