feat(万圣节活动): 删除页面和相关图片
|
Before Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 774 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 1015 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 420 KiB |
|
Before Width: | Height: | Size: 378 KiB |
|
Before Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 107 KiB |
@ -215,12 +215,6 @@ const router = createRouter({
|
|||||||
component: () => import('../views/Ranking/Overall/Ranking.vue'),
|
component: () => import('../views/Ranking/Overall/Ranking.vue'),
|
||||||
meta: { requiresAuth: true },
|
meta: { requiresAuth: true },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/halloween',
|
|
||||||
name: 'halloween',
|
|
||||||
component: () => import('../views/Activities/Halloween/Halloween.vue'),
|
|
||||||
meta: { requiresAuth: true },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/invite-agency',
|
path: '/invite-agency',
|
||||||
name: 'invite-agency',
|
name: 'invite-agency',
|
||||||
|
|||||||
@ -41,7 +41,6 @@ const ACTIVITIES = [
|
|||||||
'/top-list', //排行榜
|
'/top-list', //排行榜
|
||||||
'/weekly-star', //每周明星
|
'/weekly-star', //每周明星
|
||||||
'/ranking', //总排行榜
|
'/ranking', //总排行榜
|
||||||
'/halloween', //万圣节活动页面
|
|
||||||
'/lottery', // 抽奖活动页面
|
'/lottery', // 抽奖活动页面
|
||||||
'/recharge-reward', //充值奖励页面
|
'/recharge-reward', //充值奖励页面
|
||||||
'/invitation-to-register', //邀请新用户注册页面
|
'/invitation-to-register', //邀请新用户注册页面
|
||||||
|
|||||||
@ -400,7 +400,6 @@ class RouteGuard {
|
|||||||
'/top-list', //排行榜
|
'/top-list', //排行榜
|
||||||
'/weekly-star', //每周明星
|
'/weekly-star', //每周明星
|
||||||
'/ranking', //总排行榜
|
'/ranking', //总排行榜
|
||||||
'/halloween', //万圣节活动页面
|
|
||||||
'/lottery', // 抽奖活动页面
|
'/lottery', // 抽奖活动页面
|
||||||
'/recharge-reward', //充值奖励页面
|
'/recharge-reward', //充值奖励页面
|
||||||
'/invitation-to-register', //邀请新用户注册页面
|
'/invitation-to-register', //邀请新用户注册页面
|
||||||
|
|||||||