Authored by wangtao

fix: 加载换肤

... ... @@ -229,6 +229,9 @@ layui.extend({
if (href.indexOf('?AuthKey=') != -1 && href.indexOf('&AuthVal=') != -1 && pathURL !== '/page/forwardMj') {
return location.hash = "/page/forwardMj";
}
// 加载换肤
layui.use('common', ()=>{layui. common.loadTheme()});
//跳转到告警页面
let params = new URLSearchParams(location.search);
let [bizId] = [params.get('bizId')];
... ...