shop_vue/src/views/layout/Head.vue
@@ -145,6 +145,24 @@ } }); } /*供需发布*/ if (this.tab_type == 'demandapply') { this.$router.push({ path: '/plus/demandapply/index', query: { type: e.name } }); } /*vip专区*/ if (this.tab_type == 'vip') { this.$router.push({ path: '/plus/vip/index', query: { type: e.name } }); } /*优惠券*/ if (this.tab_type == 'coupon') { this.$router.push({