chromesetting
杨树林 5 years ago
parent e363dfebda
commit f219e377b6

@ -723,7 +723,6 @@ submittojoinclass=(value)=>{
} }
}catch (e) { }catch (e) {
console.log("head获取游览器配置失败 重新请求开始读取配置"); console.log("head获取游览器配置失败 重新请求开始读取配置");
console.log(e);
this.geturlsdata(); this.geturlsdata();
} }
}; };

@ -331,7 +331,6 @@ export function TPMIndexHOC(WrappedComponent) {
} }
}catch (e) { }catch (e) {
console.log("hoc获取游览器配置失败 重新请求开始读取配置"); console.log("hoc获取游览器配置失败 重新请求开始读取配置");
console.log(e);
this.getAppdatausr(); this.getAppdatausr();
} }

Loading…
Cancel
Save