|
@@ -24,7 +24,6 @@
|
|
|
computed: {
|
|
computed: {
|
|
|
title () {
|
|
title () {
|
|
|
let path = this.$route.path
|
|
let path = this.$route.path
|
|
|
- console.log(path)
|
|
|
|
|
if (path.startsWith('/help/helpList/')) {
|
|
if (path.startsWith('/help/helpList/')) {
|
|
|
return this.helpTitle.item + '-优软商城'
|
|
return this.helpTitle.item + '-优软商城'
|
|
|
} else if (path.startsWith('/help/helpDetail')) {
|
|
} else if (path.startsWith('/help/helpDetail')) {
|