vue2路由*已弃用 Catch all routes ("*") must now be defined using a param with a custom regexp

{
        //除已经定义好了的路由,其它路由都跳到/404路由
        //vue2使用 * 所有路由,vue3使用 /:pathMatch(.*)
        path:"/:pathMatch(.*)",
        redirect:'/404'
    }

posted on 2022-07-19 13:36  祖国小黄花  阅读(736)  评论(0编辑  收藏  举报

导航