From 6108e3d49712b6ded5cf3c3e735ec40f13e35971 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 11 十一月 2025 15:03:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUE_New

---
 src/store/modules/permission.js |  106 ++++++++++++++++++----------------------------------
 1 files changed, 37 insertions(+), 69 deletions(-)

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 6958ec0..0160ca8 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -96,63 +96,6 @@
               icon: "build",
               link: null,
               noCache: false,
-              title: "閲囪喘绠$悊",
-            },
-            hidden: false,
-            name: "CaiGouGuanli",
-            path: "/CaiGouGuanLi",
-            redirect: "noRedirect",
-            children: [
-              {
-                meta: {
-                  icon: "build",
-                  link: null,
-                  noCache: false,
-                  title: "閲囪喘鍏ュ簱鍗�",
-                },
-                hidden: false,
-                name: "CaiGouRuKu",
-                path: "CaiGouRuKu",
-                redirect: "noRedirect",
-                component: "Layout",
-                children: [
-                  {
-                    meta: {
-                      icon: "build",
-                      link: null,
-                      noCache: false,
-                      title: "閲囪喘鍏ュ簱鍗曠淮鎶�",
-                    },
-                    component: () =>
-                      import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
-                    hidden: false,
-                    name: "Kf_POStockInBillList",
-                    path: "Kf_POStockInBillList",
-                  },
-                  {
-                    meta: {
-                      icon: "build",
-                      link: null,
-                      noCache: false,
-                      title: "閲囪喘鍏ュ簱鍗曠淮鎶�",
-                    },
-                    component: () =>
-                      import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
-                    hidden: false,
-                    name: "Kf_POStockInBillList",
-                    path: "Kf_POStockInBillList",
-                  }
-                ],
-              },
-            ],
-          },
-          {
-            alwaysShow: true,
-            component: "Layout",
-            meta: {
-              icon: "build",
-              link: null,
-              noCache: false,
               title: "鍩虹寤烘ā",
             },
             hidden: false,
@@ -186,22 +129,47 @@
                     name: "GySource",
                     path: "gySource",
                   },
-                  // {
-                  //   meta: {
-                  //     icon: "build",
-                  //     link: null,
-                  //     noCache: false,
-                  //     title: "鐢熶骇浠撳簱鍒楄〃",
-                  //   },
-                  //   component: () => import('@/views/basic/gyWarehouse/index.vue'),
-                  //   hidden: false,
-                  //   name: "GyWarehouse",
-                  //   path: "gyWarehouse",
-                  // },
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鐢熶骇浠撳簱鍒楄〃",
+                    },
+                    component: () => import('@/views/basic/gyWarehouse/index.vue'),
+                    hidden: false,
+                    name: "GyWarehouse",
+                    path: "gyWarehouse",
+                  },
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "瀹㈡埛鍒楄〃",
+                    },
+                    component: () => import('@/views/GyCustomer/index.vue'),
+                    hidden: false,
+                    name: "GyCustomer",
+                    path: "gyCustomer",
+                  },
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鐗╂枡鍒楄〃",
+                    },
+                    component: () => import('@/views/gyMaterial/GyMaterial.vue'),
+                    hidden: false,
+                    name: "gyMaterial",
+                    path: "gyMaterial",
+                  },
                 ],
               },
             ],
           },
+          
         ];
         console.log(data)
         const sdata = JSON.parse(JSON.stringify(data));

--
Gitblit v1.9.1