有兩個路由{ name: "article",
path: '/article/:id',
component: null
},
{ name: "new-article",
path: '/article/edit',
component: ArticleEdit
},現在我在通過代碼到/article/edit頁面,然后F5刷新后,就會路由到/article/:id頁面,這個問題該怎么處理?
關于vue router得路由刷新問題
慕蓋茨4494581
2019-03-02 09:46:40