疯狂的狮子li
2022-03-07 a72fa8038f57c9765089a0a0e6003c428be91811
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
    }
  },