RuoYi
2021-07-12 170cfb356c93c32fa804799c4bc9d02b83b21dae
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;
          }