Kaynağa Gözat

【BUG修复】企业微信PC端支持打开UAS移动版

zhouy 1 ay önce
ebeveyn
işleme
9570fedef4

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

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