Commit dcd2e0e3 authored by 李硕's avatar 李硕

提交修改

parent 800224e0
...@@ -14,9 +14,9 @@ export class BaseRouter extends Component { ...@@ -14,9 +14,9 @@ export class BaseRouter extends Component {
return ( return (
<Router history={mHistory}> <Router history={mHistory}>
<Switch> <Switch>
<Route path="/b" exact component={Pagemainscene} /> <Route path="/" exact component={Pagemainscene} />
<Route path="/a" exact component={Pagewishscene} /> <Route path="/a" exact component={Pagewishscene} />
<Route path="/" exact component={Pageresultscene} /> <Route path="/b" exact component={Pageresultscene} />
</Switch> </Switch>
</Router> </Router>
); );
......
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