|
|
@ -153,7 +153,7 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
window.addEventListener('keyup', this.keyupListener)
|
|
|
|
window.addEventListener('keyup', this.keyupListener)
|
|
|
|
|
|
|
|
|
|
|
|
if(this.props.match.path==="/"){
|
|
|
|
if(this.props.match.path==="/"){
|
|
|
|
document.title="创新源于实践";
|
|
|
|
// document.title="创新源于实践";
|
|
|
|
}else if(this.props.match.path==="/403"){
|
|
|
|
}else if(this.props.match.path==="/403"){
|
|
|
|
document.title="你没有权限访问";
|
|
|
|
document.title="你没有权限访问";
|
|
|
|
}else if(this.props.match.path==="/nopage"){
|
|
|
|
}else if(this.props.match.path==="/nopage"){
|
|
|
|