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] 完成运营中心提现和运营中心权限管理

---
 saas_vue/src/views/layout/LeftMenu.vue |  120 ++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 72 insertions(+), 48 deletions(-)

diff --git a/saas_vue/src/views/layout/LeftMenu.vue b/saas_vue/src/views/layout/LeftMenu.vue
index 5e8a19d..cac4fd1 100644
--- a/saas_vue/src/views/layout/LeftMenu.vue
+++ b/saas_vue/src/views/layout/LeftMenu.vue
@@ -92,6 +92,30 @@
           ]
         },
         {
+          name: '连盟权限',
+          icon: 'icon-authority',
+          path: '/branchaccess',
+          children: [
+            {
+              name: '权限列表',
+              icon: null,
+              path: '/branchaccess/Index'
+            }
+          ]
+        },
+        {
+          name: '运营中心权限',
+          icon: 'icon-authority',
+          path: '/agentaccess',
+          children: [
+            {
+              name: '权限列表',
+              icon: null,
+              path: '/agentaccess/Index'
+            }
+          ]
+        },
+        {
           name: '商城',
           icon: 'icon-zhuye',
           path: '/shop',
@@ -103,30 +127,30 @@
             }
           ]
         },
-        {
-          name: '代理商',
-          icon: 'icon-huiyuan',
-          path: '/agent',
-          children: [
-            {
-              name: '代理商列表',
-              icon: null,
-              path: '/agent/Index'
-            }
-          ]
-        },
-        {
-          name: '客户管理',
-          icon: 'icon-huiyuan',
-          path: '/client',
-          children: [
-            {
-              name: '客户列表',
-              icon: null,
-              path: '/client/Index'
-            }
-          ]
-        },
+        // {
+        //   name: '代理商',
+        //   icon: 'icon-huiyuan',
+        //   path: '/agent',
+        //   children: [
+        //     {
+        //       name: '代理商列表',
+        //       icon: null,
+        //       path: '/agent/Index'
+        //     }
+        //   ]
+        // },
+        // {
+        //   name: '客户管理',
+        //   icon: 'icon-huiyuan',
+        //   path: '/client',
+        //   children: [
+        //     {
+        //       name: '客户列表',
+        //       icon: null,
+        //       path: '/client/Index'
+        //     }
+        //   ]
+        // },
         {
           name: '消息',
           icon: 'icon-xiaoxi1',
@@ -163,18 +187,18 @@
             }
           ]
         },
-        {
-          name: '开放设置',
-          icon: 'icon-icon-test1',
-          path: '/opensettings',
-          children: [
-            {
-              name: '开放设置',
-              icon: null,
-              path: '/opensettings/index'
-            }
-          ]
-        },
+        // {
+        //   name: '开放设置',
+        //   icon: 'icon-icon-test1',
+        //   path: '/opensettings',
+        //   children: [
+        //     {
+        //       name: '开放设置',
+        //       icon: null,
+        //       path: '/opensettings/index'
+        //     }
+        //   ]
+        // },
         {
           name: '密码',
           icon: 'icon-authority1',
@@ -199,18 +223,18 @@
         //     }
         //   ]
         // },
-        {
-          name: '应用',
-          icon: 'icon-chajian',
-          path: '/application',
-          children: [
-            {
-              name: '应用',
-              icon: null,
-              path: '/application/applic/Index'
-            }
-          ]
-        }
+        // {
+        //   name: '应用',
+        //   icon: 'icon-chajian',
+        //   path: '/application',
+        //   children: [
+        //     {
+        //       name: '应用',
+        //       icon: null,
+        //       path: '/application/applic/Index'
+        //     }
+        //   ]
+        // }
       ]
     };
   },

--
Gitblit v1.9.2