quanwei
2025-11-26 6ae85f8ddbae19f5586f4b0c37680fe21889ef14
shop_vue/src/views/layout/Head.vue
@@ -145,6 +145,15 @@
            }
          });
        }
        /*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({