forked from Gitlink/forgeplus-react
/默认跳转地址
This commit is contained in:
parent
f2be69f4e3
commit
5b60d92063
|
@ -79,6 +79,12 @@ class Index extends Component {
|
|||
<ProjectIndex {...this.props} {...props} />
|
||||
)}
|
||||
></Route>
|
||||
<Route
|
||||
path="/"
|
||||
render={(props) => (
|
||||
<ProjectIndex {...this.props} {...props} />
|
||||
)}
|
||||
></Route>
|
||||
</Switch>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue