疯狂的狮子li
2022-01-26 c0d749b1e2ae840b5cadc66febb07aa0f9572ab5
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
    }
  },