add showcase manage
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-05-01 08:24:20 -06:00
parent f025ebfa2e
commit efecef4e98
8 changed files with 805 additions and 3 deletions

View File

@@ -59,6 +59,11 @@ const routes = [
name: "user-manage",
component: () => import("./pages/UserManage.vue"),
},
{
path: "showcase",
name: "showcase-manage",
component: () => import("./pages/ShowcaseManage.vue"),
},
],
},
]