Commit 92e98bf7 by wujiabao

改 homepage

parent cfe0d05b
......@@ -58,7 +58,7 @@ class PageContainer extends React.Component {
constructor(props) {
super(props);
this.state = {
showPage : showPage[6],
showPage : showPage[13],
lastPage : '',
page : null,
popupInfo : defaultPopupInfo,
......@@ -542,7 +542,6 @@ class PageContainer extends React.Component {
pages = <HomePage />;
break;
case showPage[6]:
pages = <TakeStokeContainer />;
break;
case showPage[5]:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment