if(!LCMS||"object"!=typeof LCMS){var LCMS={}}LCMS.util={loading:function(type,index){switch(type){case"close":if(index){layer.close(index)}else if(window.LCMSLOADINGINDEX){layer.close(window.LCMSLOADINGINDEX)}else{layer.closeAll("dialog")}break;default:index=layer.msg('加载中',{skin:"layui-layer-msg layui-layer-hui lcms-layer-loading",shade:[0.3,"#fff"],time:"number"==typeof type?type:60000});window.LCMSLOADINGINDEX=index;return index;break}},notify:function(opt){opt=opt||{};if(opt.content){if("object"==typeof opt.content){opt.content=`${opt.content.title}:
${opt.content.msg}`}switch(opt.type){case"error":layer.msg(opt.content,{icon:2,anim:6,maxWidth:300,time:2000});break;case"warning":layer.msg(opt.content,{icon:7,maxWidth:300,time:2000});break;case"info":layer.msg(opt.content,{time:2000,maxWidth:300});break;default:layer.msg(opt.content,{icon:1,maxWidth:300,time:2000});break}}},load:function(opt){opt=opt||{};if(opt.src){switch(opt.type){case"css":$("head").append(``);break;case"js":var canLoad=true,isCors=false;if(-1!=opt.src.search("://")){var urlInfo=new URL(opt.src);if(urlInfo.origin!=location.origin){isCors=true}}if(opt.elem&&opt.elem.length<=0){canLoad=false}canLoad&&LCMS.util.ajax({type:"GET",url:opt.src,contentType:"application/x-www-form-urlencoded",dataType:isCors?"text":"script",headers:{Accept:"application/javascript"},async:false!==opt.async?true:false,timeout:0,cache:true,layer:true,loading:opt.loading?true:false,success:function(code){if(isCors&&"<"!=code.substr(0,1)){$("body").append(`