fix problem status.

This commit is contained in:
2023-04-06 14:28:35 +08:00
parent 48fc661205
commit 14c42c6744
9 changed files with 22 additions and 29 deletions

View File

@@ -92,6 +92,11 @@ export const routes: RouteRecordRaw[] = [
},
],
},
{
path: "/play",
component: () => import("~/play/index.vue"),
name: "play",
},
{
path: "/admin",
component: () => import("~/shared/layout/admin.vue"),