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"), }, {