报错js代码
// 初始化加载方式
const {getItem}= utils.localStorage;
const setting = getItem("KITADMIN_SETTING_LOADTYPE");
if (setting !== null && setting.loadType !== undefined) {
config.loadType = setting.loadType;
}
项目要兼容ie,ie很多特性不支持,所以必须人为去兼容,比如ie不兼容cs6,html5一些特性也不兼容。