feat(新页面): 万圣节活动页
BIN
src/assets/images/Halloween/RankingBottomBorder.png
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
src/assets/images/Halloween/RankingItem.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
src/assets/images/Halloween/RankingMain.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
src/assets/images/Halloween/bg.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
src/assets/images/Halloween/btActive.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
src/assets/images/Halloween/btBg.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
src/assets/images/Halloween/btNoActive.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
src/assets/images/Halloween/giftItemBg.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
src/assets/images/Halloween/giftsBg.png
Normal file
|
After Width: | Height: | Size: 774 KiB |
BIN
src/assets/images/Halloween/help.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/images/Halloween/helpInfo.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
src/assets/images/Halloween/history.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
src/assets/images/Halloween/historyBg.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
src/assets/images/Halloween/itemUser.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
src/assets/images/Halloween/mediumBg.png
Normal file
|
After Width: | Height: | Size: 1015 KiB |
BIN
src/assets/images/Halloween/myRankingBg.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
src/assets/images/Halloween/nameBg.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/images/Halloween/timeBg.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
src/assets/images/Halloween/topBg.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
src/assets/images/Halloween/topOne.png
Normal file
|
After Width: | Height: | Size: 420 KiB |
BIN
src/assets/images/Halloween/topOneHistory.png
Normal file
|
After Width: | Height: | Size: 378 KiB |
BIN
src/assets/images/Halloween/topThree.png
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
src/assets/images/Halloween/topTwo.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
@ -221,6 +221,12 @@ const router = createRouter({
|
||||
component: () => import('../views/Ranking/Ranking.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/halloween',
|
||||
name: 'halloween',
|
||||
component: () => import('../views/Activities/Halloween/Halloween.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/invite-agency',
|
||||
name: 'invite-agency',
|
||||
|
||||
@ -116,6 +116,7 @@ export const ROLE_PERMISSIONS = {
|
||||
'/top-list', //排行榜
|
||||
'/weekly-star', //每周明星
|
||||
'/ranking', //总排行榜
|
||||
'/halloween', //万圣节活动页面
|
||||
],
|
||||
|
||||
// 加载页面
|
||||
|
||||