fix: auth game

This commit is contained in:
hiyu 2024-06-15 20:12:38 +07:00
parent e142be965c
commit 38c9b3f05a

View File

@ -54,6 +54,7 @@ const routes = [
{ {
path: "/Lottery", path: "/Lottery",
name: "Lottery", name: "Lottery",
meta: { auth: true },
component: () => import("@/components/lottery/LotteryGame.vue"), component: () => import("@/components/lottery/LotteryGame.vue"),
}, },
{ {