From 73b874c72ad55eb9eef21c36160ac0de58f0189e Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 10:30:43 +0800
Subject: [PATCH] 优化名片

---
 shop_vue/src/views/layout/Head.vue |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/shop_vue/src/views/layout/Head.vue b/shop_vue/src/views/layout/Head.vue
index b36724e..c564722 100644
--- a/shop_vue/src/views/layout/Head.vue
+++ b/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({

--
Gitblit v1.9.2