loading
// ...if (window.location.href.indexOf('cloud') !== -1) { // UAT和产品使用https if (window.location.href.indexOf('https') !== 0) { // 非https跳转到https window.location.href = 'https://' + window.location.host + '/index.html' } } if (window.isI18n) { document.getElementById('vue-body').className += ' isI18n' }