llj
2025-11-11 6108e3d49712b6ded5cf3c3e735ec40f13e35971
src/store/modules/permission.js
@@ -88,7 +88,8 @@
                ],
              },
            ],
          },{
          },
          {
            alwaysShow: true,
            component: "Layout",
            meta: {
@@ -128,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));