Showing
1 changed file
with
3 additions
and
0 deletions
@@ -229,6 +229,9 @@ layui.extend({ | @@ -229,6 +229,9 @@ layui.extend({ | ||
229 | if (href.indexOf('?AuthKey=') != -1 && href.indexOf('&AuthVal=') != -1 && pathURL !== '/page/forwardMj') { | 229 | if (href.indexOf('?AuthKey=') != -1 && href.indexOf('&AuthVal=') != -1 && pathURL !== '/page/forwardMj') { |
230 | return location.hash = "/page/forwardMj"; | 230 | return location.hash = "/page/forwardMj"; |
231 | } | 231 | } |
232 | + // 加载换肤 | ||
233 | + layui.use('common', ()=>{layui. common.loadTheme()}); | ||
234 | + | ||
232 | //跳转到告警页面 | 235 | //跳转到告警页面 |
233 | let params = new URLSearchParams(location.search); | 236 | let params = new URLSearchParams(location.search); |
234 | let [bizId] = [params.get('bizId')]; | 237 | let [bizId] = [params.get('bizId')]; |
-
Please register or login to post a comment