疯狂的狮子Li
2022-03-03 8db5c27d81160e44efe7e61f0709f2fe7ac5f47f
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
    }
  },