RuoYi
2021-07-13 c8b66f9b04e98bac8fd04ef89dd5f5d14d2155c7
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;
          }