ruoyi-ui/src/components/TopNav/index.vue
@@ -73,9 +73,9 @@ if(router.path === "/") { router.children[item].path = "/redirect/" + router.children[item].path; } else { if(!this.ishttp(router.children[item].path)) { if(!this.ishttp(router.children[item].path)) { router.children[item].path = router.path + "/" + router.children[item].path; } } } router.children[item].parentPath = router.path; }