|
|
|
@ -84,7 +84,7 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
globalLoading: false,
|
|
|
|
|
dataquerys:{},
|
|
|
|
|
isloginCancel:undefined,
|
|
|
|
|
mygetHelmetapi:undefined,
|
|
|
|
|
mygetHelmetapi: null,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -306,6 +306,9 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
}
|
|
|
|
|
document.head.appendChild(link);
|
|
|
|
|
}else {
|
|
|
|
|
this.setState({
|
|
|
|
|
mygetHelmetapi: undefined
|
|
|
|
|
});
|
|
|
|
|
document.title = "EduCoder";
|
|
|
|
|
var link = document.createElement('link'),
|
|
|
|
|
oldLink = document.getElementById('dynamic-favicon');
|
|
|
|
@ -319,6 +322,9 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
mygetHelmetapi: undefined
|
|
|
|
|
});
|
|
|
|
|
document.title = "EduCoder";
|
|
|
|
|
var link = document.createElement('link'),
|
|
|
|
|
oldLink = document.getElementById('dynamic-favicon');
|
|
|
|
@ -332,6 +338,9 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
this.setState({
|
|
|
|
|
mygetHelmetapi: undefined
|
|
|
|
|
});
|
|
|
|
|
document.title = "EduCoder";
|
|
|
|
|
var link = document.createElement('link'),
|
|
|
|
|
oldLink = document.getElementById('dynamic-favicon');
|
|
|
|
|