fix problem status.
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user