|
|
@@ -34,21 +34,21 @@
|
|
|
let path = this.$route.path
|
|
|
console.log(path)
|
|
|
if (path === '/product/kind/home') {
|
|
|
- return '电子元器件器件选型参数型号查询器件类别分类大全'
|
|
|
+ return '电子元器件器件选型参数型号查询器件类别分类大全-优软商城'
|
|
|
} else if (path.startsWith('/product/kind/')) {
|
|
|
- return this.kinds[this.kinds.length - 1].nameCn + '产品品牌型号大全'
|
|
|
+ return this.kinds[this.kinds.length - 1].nameCn + '产品品牌型号大全-优软商城'
|
|
|
} else if (path.startsWith('/product/component/')) {
|
|
|
- return this.componentDetail.brand.nameCn + this.componentDetail.code + '参数|供应商|数据手册中文资料|规格书'
|
|
|
+ return this.componentDetail.brand.nameCn + this.componentDetail.code + '参数|供应商|数据手册中文资料|规格书-优软商城'
|
|
|
} else if (path.startsWith('/product/brand/brandList/')) {
|
|
|
- return 'IC电子元器件品牌中心品牌大全'
|
|
|
+ return 'IC电子元器件品牌中心品牌大全-优软商城'
|
|
|
} else if (path.startsWith('/product/brand/')) {
|
|
|
- return this.brandDetail.nameEn + '(' + this.brandDetail.nameCn + ')产品分类及产品型号大全'
|
|
|
+ return this.brandDetail.nameEn + '(' + this.brandDetail.nameCn + ')产品分类及产品型号大全-优软商城'
|
|
|
} else if (path === '/provider/factories') {
|
|
|
- return 'IC电子元器件厂家原厂直销原厂专卖店大全'
|
|
|
+ return 'IC电子元器件厂家原厂直销原厂专卖店大全-优软商城'
|
|
|
} else if (path === '/provider/home') {
|
|
|
- return 'IC电子元器件代理商经销商专营店大全'
|
|
|
+ return 'IC电子元器件代理商经销商专营店大全-优软商城'
|
|
|
} else if (path === '/news') {
|
|
|
- return 'IC电子元器件行业市场资讯新闻'
|
|
|
+ return 'IC电子元器件行业市场资讯新闻-优软商城'
|
|
|
} else if (path.startsWith('/news/')) {
|
|
|
return this.newsDetail.title
|
|
|
} else if (path === '/search') {
|