feat: 更新 VSCode 设置,更新 package.json 脚本,添加新功能页面和重构组件

This commit is contained in:
严浩
2024-12-26 16:25:39 +08:00
parent 4e3633d7ea
commit 1dac41ce88
14 changed files with 135 additions and 102 deletions

View File

@@ -25,7 +25,6 @@ const cmptItems = computed(() => {
command: route.children?.length
? undefined
: () => {
console.debug(`route :>> `, route);
router.push(route);
},
} satisfies MenuItem;