后台教程

This commit is contained in:
2025-03-05 14:31:22 +08:00
parent d2d4c2974e
commit 24880e62ad
9 changed files with 48 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ const routes = [
meta: { auth: true },
children: [
{
path: "tutorial",
path: "tutorial/:display",
name: "tutorial",
component: () => import("./pages/Markdown.vue"),
},