|
|
@@ -40,12 +40,14 @@ function jsapiSign() {
|
|
|
title: '拉索宇宙',
|
|
|
desc: '全球首个基于区块链的游戏资产集换中心',
|
|
|
link: location.origin + '/9th',
|
|
|
- imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/nft/2021-11-05-15-58-30YwqLzMjy.jpg'
|
|
|
+ imgUrl:
|
|
|
+ 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/nft/2021-11-05-15-58-30YwqLzMjy.jpg'
|
|
|
});
|
|
|
wx.updateTimelineShareData({
|
|
|
title: '拉索宇宙-全球首个基于区块链的游戏资产集换中心',
|
|
|
link: location.origin + '/9th',
|
|
|
- imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/nft/2021-11-05-15-58-30YwqLzMjy.jpg'
|
|
|
+ imgUrl:
|
|
|
+ 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/nft/2021-11-05-15-58-30YwqLzMjy.jpg'
|
|
|
});
|
|
|
});
|
|
|
})
|
|
|
@@ -304,7 +306,7 @@ const routes = [
|
|
|
{
|
|
|
path: '/giftConfirmation',
|
|
|
name: 'giftConfirmation',
|
|
|
- component: () => import('../views/product/giftConfirmation.vue'),
|
|
|
+ component: () => import('../views/product/giftConfirmation.vue')
|
|
|
// meta: {
|
|
|
// pageType: Page.Every,
|
|
|
// title: '拉索宇宙'
|
|
|
@@ -566,9 +568,7 @@ const routes = [
|
|
|
path: '/mineBanksAdd',
|
|
|
name: 'mineBanksAdd',
|
|
|
component: () => import('../views/user/BanksAdd.vue'),
|
|
|
- meta: {
|
|
|
- title: '拉索宇宙'
|
|
|
- }
|
|
|
+ meta: {}
|
|
|
},
|
|
|
{
|
|
|
path: '/mineAddress',
|