修改好友动态、兴趣小组
Change-Id: Ia8eb2597390a10fcc0b09be8b892db4dde04c935
diff --git a/src/App.js b/src/App.js
index 67df715..922372c 100644
--- a/src/App.js
+++ b/src/App.js
@@ -52,6 +52,7 @@
<Route path="/promotions" component={PromotionsPage} />
<Route path="/level" component={LevelPage} />
<Route path="/user/newbie-tasks" component={NewbieTasks} />
+ {/* <Route path="/user/dynamics" component={UserDynamics} /> */}
<Route path="/user/friends" component={UserFriends} />
<Route path="/user/collections" component={UserCollect} />
</>