|
|
@@ -32,6 +32,7 @@
|
|
|
computed: {
|
|
|
title () {
|
|
|
let path = this.$route.path
|
|
|
+ console.log(path)
|
|
|
if (path === '/product/kind/home') {
|
|
|
return '电子元器件器件选型参数型号查询器件类别分类大全'
|
|
|
} else if (path.startsWith('/product/kind/')) {
|
|
|
@@ -50,6 +51,8 @@
|
|
|
return 'IC电子元器件行业市场资讯新闻'
|
|
|
} else if (path.startsWith('/news/')) {
|
|
|
return this.newsDetail.title
|
|
|
+ } else if (path.startsWith('/search')) {
|
|
|
+ return this.$route.query.w + '-产品搜索-优软商城'
|
|
|
} else {
|
|
|
return '【优软商城】IC电子元器件现货采购交易平台商城'
|
|
|
}
|