diff --git a/src/modules/tpm/TPMIndexHOC.js b/src/modules/tpm/TPMIndexHOC.js index 1f4af0a1..810534ac 100644 --- a/src/modules/tpm/TPMIndexHOC.js +++ b/src/modules/tpm/TPMIndexHOC.js @@ -67,6 +67,7 @@ export function TPMIndexHOC(WrappedComponent) { ///请求定制化的信息 this.getAppdata(); + window.scrollTo(0,0); } @@ -221,12 +222,14 @@ export function TPMIndexHOC(WrappedComponent) { >
+
{ current_user && this.initCommonState(user)} {...this.props} {...this.state} {...common} > } +