tutorials from remote

This commit is contained in:
2025-03-17 20:36:32 +08:00
parent a89f6e8d70
commit 3618b5a4b2
3 changed files with 11 additions and 13 deletions

View File

@@ -9,7 +9,6 @@
:key="item.label"
:type="$route.name === item.route.name ? 'primary' : 'default'"
@click="$router.push(item.route)"
:disabled="item.disabled"
>
{{ item.label }}
</n-button>
@@ -26,7 +25,6 @@ const menu = [
{
label: "教程",
route: { name: "tutorial", params: { display: step.value } },
disabled: true
},
{ label: "用户", route: { name: "user-manage", params: { page: 1 } } },
]