修正消息中心不显示
This commit is contained in:
@@ -195,7 +195,6 @@ function handleWheel(event: WheelEvent) {
|
||||
// 处理导航点击
|
||||
function handleNavClick(menu: SysMenu) {
|
||||
activeDropdown.value = null;
|
||||
|
||||
if (menu.url) {
|
||||
router.push(menu.url);
|
||||
} else if (menu.children && menu.children.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user