|
|
@@ -38,12 +38,12 @@
|
|
|
let path = this.$route.path
|
|
|
if (path.startsWith('/store/') && getCount(path, '/') === 2) {
|
|
|
if (path.indexOf('33069557578d44e69bd91ad12d28a8d4') === -1) {
|
|
|
- return this.storeInfo.storeName + this.getStoreType(this.storeInfo.type) + '专卖店'
|
|
|
+ return this.storeInfo.storeName + this.getStoreType(this.storeInfo.type) + '专卖店-优软商城'
|
|
|
} else {
|
|
|
- return 'IC电子元器件库存寄售呆滞尾料空闲库存商城自营现货寄售'
|
|
|
+ return 'IC电子元器件库存寄售呆滞尾料空闲库存商城自营现货寄售-优软商城'
|
|
|
}
|
|
|
} else if (path.startsWith('/store/') && getCount(path, '/') === 3) {
|
|
|
- return this.commodity.brandNameEn + this.commodity.code + '价格|现货库存|报价|产品参数'
|
|
|
+ return this.commodity.brandNameEn + this.commodity.code + '价格|现货库存|报价|产品参数-优软商城'
|
|
|
} else {
|
|
|
return '【优软商城】IC电子元器件现货采购交易平台商城'
|
|
|
}
|