Skip to content

Commit cd3d7c8

Browse files
committed
perf: 优化顶部菜单搜索栏为多层级显示
1 parent 3adb545 commit cd3d7c8

File tree

1 file changed

+1
-1
lines changed
  • ruoyi-fastapi-frontend/src/components/HeaderSearch

1 file changed

+1
-1
lines changed

ruoyi-fastapi-frontend/src/components/HeaderSearch/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
},
3838
computed: {
3939
routes() {
40-
return this.$store.getters.permission_routes
40+
return this.$store.getters.defaultRoutes
4141
}
4242
},
4343
watch: {

0 commit comments

Comments
 (0)