How to set the DefaultRoute to another Route in React Router

前端 未结 11 1265
心在旅途
心在旅途 2020-12-13 02:11

I have the following:

  
    
            


        
11条回答
  •  不知归路
    2020-12-13 02:26

    You can use Redirect instead of DefaultRoute

    
    

    Update 2019-08-09 to avoid problem with refresh use this instead, thanks to Ogglas

    
    

提交回复
热议问题