feat: 프로필 플레이 감사 기본 조회 화면 구현
This commit is contained in:
@@ -56,6 +56,12 @@ const accessPageByRouteName = {
|
||||
} as const;
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/play-audit',
|
||||
name: 'play-audit',
|
||||
component: () => import('../views/PlayAuditView.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
|
||||
Reference in New Issue
Block a user