疯狂的狮子Li
2022-02-27 e6014dd0e904a7bd7049116069bdb48109c42860
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
    }
  },