修改首页轮播图

This commit is contained in:
cebgcontract 2022-04-21 12:35:03 +08:00
parent b8bc6ae8f2
commit 89c22a40b6
5 changed files with 12 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -50,8 +50,8 @@ export default class extends Vue {
href: 'javascript:void(0)',
img: require('@/assets/202202/banner-b-0.jpg')
}, {
href: 'https://medium.com/@CEBG-BATTLEGROUNDS/a-glimpse-into-the-future-of-cebg-kucoin-ventures-makes-strategic-investment-into-cebg-1f30d2a6788b',
img: require('@/assets/202202/banner-b-1.jpg')
href: 'https://twitter.com/CEBG_GAME/status/1516739071108091912?s=20&t=1egD3Q533ofpP3dKBpcK0g',
img: require('@/assets/202202/banner-b-2.jpg')
}
]
}

View File

@ -50,8 +50,8 @@ export default class MobileTopSection extends Vue {
href: 'javascript:void(0)',
img: require('@/assets/mobile/index/banner-s-0.jpg')
}, {
href: 'https://medium.com/@CEBG-BATTLEGROUNDS/a-glimpse-into-the-future-of-cebg-kucoin-ventures-makes-strategic-investment-into-cebg-1f30d2a6788b',
img: require('@/assets/mobile/index/banner-s-1.jpg')
href: 'https://twitter.com/CEBG_GAME/status/1516739071108091912?s=20&t=1egD3Q533ofpP3dKBpcK0g',
img: require('@/assets/mobile/index/banner-s-2.jpg')
}
]
}

View File

@ -45,12 +45,18 @@ const routes: Array<RouteConfig> = [
{
path: '/mall',
name: 'Mall',
component: resolve => require(['@/views/desktop/Mall.vue'], resolve)
component: resolve => require(['@/views/desktop/Mall.vue'], resolve),
meta: {
title: 'Mall | CEBG: CRYPTO ELITES BATTLEGROUNDS'
}
},
{
path: '/mysteryboxes',
name: 'Mystery',
component: resolve => require(['@/views/desktop/Mystery.vue'], resolve)
component: resolve => require(['@/views/desktop/Mystery.vue'], resolve),
meta: {
title: 'Mystery Boxes | CEBG: CRYPTO ELITES BATTLEGROUNDS'
}
},
{
path: '/presale',