mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-06 10:01:26 +08:00
fix: 修复执行: check:cspell 命令路径参数传入没有转义导致检测路径失效。添加菜单右键功能。优化:多余监听 activePath 变化,自动滚动到激活项 watch
This commit is contained in:
@@ -43,6 +43,7 @@ function generateMenus(
|
||||
link,
|
||||
order,
|
||||
title = '',
|
||||
query,
|
||||
} = meta;
|
||||
|
||||
// 确保菜单名称不为空
|
||||
@@ -71,6 +72,7 @@ function generateMenus(
|
||||
badgeVariants,
|
||||
icon,
|
||||
name,
|
||||
query,
|
||||
order,
|
||||
parent: route.parent,
|
||||
parents: route.parents,
|
||||
|
||||
Reference in New Issue
Block a user