From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +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