|
|
@@ -46,7 +46,7 @@
|
|
|
},
|
|
|
title () {
|
|
|
let path = this.$route.path
|
|
|
- if (path.startsWith('/store/') && getCount(path, '/') === 2) {
|
|
|
+ if ((path.startsWith('/store/') && getCount(path, '/') === 2) || path.endsWith('/description')) {
|
|
|
if (path.indexOf('33069557578d44e69bd91ad12d28a8d4') === -1) {
|
|
|
return this.storeInfo.storeName + this.getStoreType(this.storeInfo.type) + '专卖店-优软商城'
|
|
|
} else {
|