diff --git a/luckydiamond/src/pages/JackopthistoryPage.vue b/luckydiamond/src/pages/JackopthistoryPage.vue new file mode 100644 index 0000000..bdbd0b5 --- /dev/null +++ b/luckydiamond/src/pages/JackopthistoryPage.vue @@ -0,0 +1,13 @@ +t + + + + \ No newline at end of file diff --git a/luckydiamond/src/router/router.js b/luckydiamond/src/router/router.js index 94c52fb..19d99c8 100644 --- a/luckydiamond/src/router/router.js +++ b/luckydiamond/src/router/router.js @@ -6,6 +6,7 @@ import SapergamePage from "@/pages/games-pages/SapergamePage.vue"; import SettingsPage from "@/pages/SettingsPage.vue"; import CrashGamePage from "@/pages/games-pages/CrashgamePage.vue"; import JackpotPage from "@/pages/games-pages/JackpotPage.vue"; +import JackopthistoryPage from "@/pages/JackopthistoryPage.vue"; import AboutPage from "@/pages/AboutPage.vue"; import HelpPage from "@/pages/HelpPage.vue" ; @@ -17,6 +18,7 @@ export default createRouter({ { path: '/game/saper', component: SapergamePage, name: 'saper' }, { path: '/game/crash', component: CrashGamePage, name: 'crash' }, { path: '/game/jackpot', component: JackpotPage, name: 'jackpot' }, + { path: '/game/jackpot/history', component: JackopthistoryPage, name: 'jackpot-history' }, { path: '/settings', component: SettingsPage, name: 'settings' }, { path: '/about', component: AboutPage, name: 'about' }, { path: '/help', component: HelpPage, name: 'help' },