2 Commits 0c19de7fca ... 527ad9251e

Author SHA1 Message Date
  zhouy 527ad9251e Merge remote-tracking branch 'origin/branch_qywx_v2' into branch_qywx_v2 1 month ago
  zhouy 9570fedef4 【BUG修复】企业微信PC端支持打开UAS移动版 1 month ago
1 changed files with 3 additions and 3 deletions
  1. 3 3
      uas-office-web/uas-mobile/src/pages/common/UasEntry.jsx

+ 3 - 3
uas-office-web/uas-mobile/src/pages/common/UasEntry.jsx

@@ -20,12 +20,12 @@ class UasEntry extends Component {
   componentDidMount () {
   componentDidMount () {
     document.title = 'UAS系统'
     document.title = 'UAS系统'
 
 
-    if (isMobile()) {
+   /* if (isMobile()) {*/
       clearAllRedux()
       clearAllRedux()
       this.props.history.replace('/homePage')
       this.props.history.replace('/homePage')
-    } else {
+    /*} else {
       window.location.href = _baseURL
       window.location.href = _baseURL
-    }
+    }*/
   }
   }
 
 
   componentWillUnmount () {
   componentWillUnmount () {