剛從react-router2.8升到4,出現了幾個問題,請教下大家。我從主頁跳到個人中心,是沒問題的,鏈接正常:'localhost:8080/center';但是從詳情頁跳到個人中心,鏈接就會有問題:'localhost:8080/detail/center';是Link還需要配置什么選項么?這是路由配置:<Switch> <Route exact path="/" ></Route> <Route path="/detail/:uniquekey" ></Route> <Route path="/center" ></Route> </Switch>這是鏈接:<Link to={`center`}> 個人中心</Link>
react-router V4 ,頁面跳轉問題
aluckdog
2018-12-20 18:15:27
