[Vue Router warn]: No match found for location with path

vue-router.mjs:35 [Vue Router warn]: No match found for location with path ""
[Vue Router warn]: uncaught error during route navigation:

原来用route.push 报错要改成route.addRoute

accessRoutes.forEach(item=>{
        modules.push(item)
        //router.push(item)
        router.addRoute(item)
    })

 

posted @ 2022-12-26 13:54  ☆♂安♀★  阅读(2214)  评论(0编辑  收藏  举报