From 38c9b3f05a46e1ef2d37bf85ff49e50addd10286 Mon Sep 17 00:00:00 2001 From: hiyu Date: Sat, 15 Jun 2024 20:12:38 +0700 Subject: [PATCH] fix: auth game --- src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.js b/src/router/index.js index e700d94..f54a731 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -54,6 +54,7 @@ const routes = [ { path: "/Lottery", name: "Lottery", + meta: { auth: true }, component: () => import("@/components/lottery/LotteryGame.vue"), }, {