疯狂的狮子li
2021-07-23 dd9340090b9d960e486201e92d6a7a991d7cdec6
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;
          }