This commit is contained in:
2023-05-04 21:56:15 +08:00
parent 4aa70f22ed
commit a0c091ee76
6 changed files with 58 additions and 110 deletions

View File

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