|
|
@@ -167,7 +167,7 @@
|
|
|
} else if (this.startWith(val, '/mobile/shop')) {
|
|
|
title = '店铺列表'
|
|
|
// this.rightIcon = 'phone'
|
|
|
- } else if (this.startWith(val, '/mobile/user')) {
|
|
|
+ } else if (this.startWith(val, '/mobile/center')) {
|
|
|
if (this.$route.query.type === 'saler') {
|
|
|
title = '卖家中心'
|
|
|
} else {
|