@@ -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 () {