疯狂的狮子li
2022-02-21 075f7fc19e80cab53dc5bfe7f03c9d6765da64a2
ruoyi-ui/src/components/TopNav/index.vue
@@ -161,7 +161,7 @@
      }
      return routes;
    },
   ishttp(url) {
    ishttp(url) {
      return url.indexOf('http://') !== -1 || url.indexOf('https://') !== -1
    }
  },