diff --git a/src/App.js b/src/App.js index 56c6d259a..94e2debff 100644 --- a/src/App.js +++ b/src/App.js @@ -395,6 +395,14 @@ class App extends Component { } }> + { + return () + } + }> + {/* 判断为用户/组织,并进入对应页面 */} { @@ -414,13 +422,6 @@ class App extends Component { : pathType === '404' ? : "" } - ( - - ) - } - /> {/* 个人主页 */}