Browse Source

缺失title补全

yangc 8 years ago
parent
commit
dc0ff150b8
2 changed files with 4 additions and 4 deletions
  1. 1 1
      layouts/main.vue
  2. 3 3
      layouts/shop.vue

+ 1 - 1
layouts/main.vue

@@ -50,7 +50,7 @@
         } else if (path === '/news') {
           return 'IC电子元器件行业市场资讯新闻-优软商城'
         } else if (path.startsWith('/news/')) {
-          return this.newsDetail.title
+          return this.newsDetail.title + 'IC电子元器件行业市场资讯新闻-优软商城' || 'IC电子元器件行业市场资讯新闻-优软商城'
         } else if (path === '/search') {
           return this.$route.query.w + '-产品搜索-优软商城'
         } else if (path === '/searchStore') {

+ 3 - 3
layouts/shop.vue

@@ -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电子元器件现货采购交易平台商城'
         }