RuoYi
2021-07-08 f56da498ab4a174e2fe6c6562b36b3a7dcc81cea
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;
          }