Browse Source

优化顶部菜单搜索栏为多层级显示(IBESXH)

RuoYi 2 months ago
parent
commit
193c256e71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/components/HeaderSearch/index.vue

+ 1 - 1
ruoyi-ui/src/components/HeaderSearch/index.vue

@@ -37,7 +37,7 @@ export default {
   },
   computed: {
     routes() {
-      return this.$store.getters.permission_routes
+      return this.$store.getters.defaultRoutes
     }
   },
   watch: {