Vue2
routes: [ { path: '*', redirect: '/' } ]
Vue3
routes: [ { path: '/:pathMatch(.*)*', redirect: '/' } ]
本文标题:Vue3 Router任意页面重定向
本文链接:https://www.haomeiwen.com/subject/lyehhltx.html
网友评论