老外很忙~沒人回我http://forum.framework7.io/t/...跑這兒問一個(gè):react f7怎么使瀏覽器地址欄url和當(dāng)前route同步更新,我看了這個(gè)react的template,他的所有route在被訪問的時(shí)候,地址欄url是不變的。謝謝老鐵們As stated above, the route's path property means the path/url that will be displayed in browser window address bar (if pushState enabled) when the following route will be loaded either by api or clicking on a link with same path.<Button onClick={()=>{props.f7router.navigate('/memoDetail/', { pushState: true, history: true })}} ></Button>{path: '/course',pushState: true,history: true,component: CoursePage,}都不行,地址欄就是不變。。。
react f7怎么直接進(jìn)入localhost:3007/about頁面(而不是進(jìn)入home頁面)
慕哥6287543
2019-03-21 22:19:36