@@ -38,11 +38,11 @@
},
watch: {
chooseTag: function (val) {
- this.getArticle(val === 1 ? 21 : 16)
+ this.getArticle(val === 1 ? 50 : 16)
}
mounted () {
- this.getArticle(21)
+ this.getArticle(50)
methods: {
sectionChange: function (type) {
@@ -24,7 +24,6 @@
computed: {
title () {
let path = this.$route.path
- console.log(path)
if (path.startsWith('/help/helpList/')) {
return this.helpTitle.item + '-优软商城'
} else if (path.startsWith('/help/helpDetail')) {
@@ -32,7 +32,6 @@
if (path === '/product/kind/home') {
return '电子元器件器件选型参数型号查询器件类别分类大全-优软商城'
} else if (path.startsWith('/product/kind/')) {