llj
2025-11-11 9215950c3ce4e8b13f7218f12bf0c295bc3b215f
src/store/modules/permission.js
@@ -89,7 +89,8 @@
                ],
              },
            ],
          },{
          },
          {
            alwaysShow: true,
            component: "Layout",
            meta: {
@@ -141,10 +142,35 @@
                    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",
                  },
                ],
              },
            ],
          },
        ];
        const sdata = JSON.parse(JSON.stringify(data));
        const rdata = JSON.parse(JSON.stringify(data));