|
|
@@ -60,7 +60,7 @@
|
|
|
},
|
|
|
description () {
|
|
|
let path = this.$route.path
|
|
|
- if (path.startsWith('/store/') && getCount(path, '/') === 2) {
|
|
|
+ if ((path.startsWith('/store/') && getCount(path, '/') === 2) || path.endsWith('/description')) {
|
|
|
if (path.indexOf('33069557578d44e69bd91ad12d28a8d4') === -1) {
|
|
|
return this.storeInfo.storeName + '官方' + this.getStoreType(this.storeInfo.type) + '专卖店,提供最新IC电子元器件现货在线销售。'
|
|
|
} else {
|
|
|
@@ -74,7 +74,7 @@
|
|
|
},
|
|
|
keywords () {
|
|
|
let path = this.$route.path
|
|
|
- if (path.startsWith('/store/') && getCount(path, '/') === 2) {
|
|
|
+ if ((path.startsWith('/store/') && getCount(path, '/') === 2) || path.endsWith('/description')) {
|
|
|
if (path.indexOf('33069557578d44e69bd91ad12d28a8d4') === -1) {
|
|
|
return '电子元器件' + this.getStoreType(this.storeInfo.type) + '专卖店'
|
|
|
} else {
|