From 76ed09d116f484b261d44219de300b79eb2013b3 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Wed, 29 Oct 2025 18:05:29 +0800
Subject: [PATCH] 生成名片

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

diff --git a/saas_vue/src/views/layout/LeftMenu.vue b/saas_vue/src/views/layout/LeftMenu.vue
index 5e8a19d..c1311fc 100644
--- a/saas_vue/src/views/layout/LeftMenu.vue
+++ b/saas_vue/src/views/layout/LeftMenu.vue
@@ -92,6 +92,18 @@
           ]
         },
         {
+          name: '连盟权限',
+          icon: 'icon-authority',
+          path: '/branchaccess',
+          children: [
+            {
+              name: '权限列表',
+              icon: null,
+              path: '/branchaccess/Index'
+            }
+          ]
+        },
+        {
           name: '商城',
           icon: 'icon-zhuye',
           path: '/shop',
@@ -103,30 +115,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 +175,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 +211,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