|
|
@@ -32,8 +32,7 @@ const routes = [
|
|
|
name: 'casting',
|
|
|
component: () => import('../views/Casting.vue'),
|
|
|
meta: {
|
|
|
- title: '铸造',
|
|
|
- checkLogin: true
|
|
|
+ title: '铸造'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -41,8 +40,7 @@ const routes = [
|
|
|
name: 'castingDetail',
|
|
|
component: () => import('../views/CastingDetail.vue'),
|
|
|
meta: {
|
|
|
- title: '铸造',
|
|
|
- checkLogin: true
|
|
|
+ title: '铸造'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -50,8 +48,7 @@ const routes = [
|
|
|
name: 'collection',
|
|
|
component: () => import('../views/Collection.vue'),
|
|
|
meta: {
|
|
|
- title: '收藏探索',
|
|
|
- checkLogin: true
|
|
|
+ title: '收藏探索'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -59,8 +56,7 @@ const routes = [
|
|
|
name: 'blindbox',
|
|
|
component: () => import('../views/Blindsbox.vue'),
|
|
|
meta: {
|
|
|
- title: '数字盲盒',
|
|
|
- checkLogin: true
|
|
|
+ title: '数字盲盒'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -68,8 +64,7 @@ const routes = [
|
|
|
name: 'collectionDetail',
|
|
|
component: () => import('../views/CollectionDetail.vue'),
|
|
|
meta: {
|
|
|
- title: '数字盲盒详情',
|
|
|
- checkLogin: true
|
|
|
+ title: '数字盲盒详情'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -77,8 +72,7 @@ const routes = [
|
|
|
name: 'assetDetail',
|
|
|
component: () => import('../views/AssetDetail.vue'),
|
|
|
meta: {
|
|
|
- title: 'NFT详情',
|
|
|
- checkLogin: true
|
|
|
+ title: 'NFT详情'
|
|
|
}
|
|
|
},
|
|
|
{
|