web-学习任务

This commit is contained in:
2025-10-23 18:57:31 +08:00
parent 042209b98d
commit 6f5603dd8b
17 changed files with 1156 additions and 189 deletions

View File

@@ -73,7 +73,7 @@ const dropdownPositions = ref<Record<string, { left: number; top: number; width:
// 获取所有菜单
const allMenus = computed(() => store.getters['auth/menuTree']);
const userInfo = computed(() => store.getters['auth/userInfo']);
const userInfo = computed(() => store.getters['auth/user']);
// 获取第一层的导航菜单MenuType.NAVIGATION过滤掉用户相关菜单
const navigationMenus = computed(() => {