dev_auth
杨树林 5 years ago
parent 38670e7e00
commit 0066df62ff

@ -148,8 +148,8 @@ export function TPMIndexHOC(WrappedComponent) {
}
componentDidMount() {
console.log("TPMIndexHOC========");
console.log(this.props);
// console.log("TPMIndexHOC========");
// console.log(this.props);
window.addEventListener('keyup', this.keyupListener)
if(this.props.match.path==="/"){

Loading…
Cancel
Save