Эх сурвалжийг харах

fix: 恢复补货员管理菜单入口

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline 1 өдөр өмнө
parent
commit
2e53443b11

+ 9 - 10
haha-admin-web/src/router/modules/operation.ts

@@ -35,16 +35,15 @@ export default {
         title: "门店分布地图"
       }
     },
-    // 补货员管理(暂时隐藏入口)
-    // {
-    //   path: "/operation/replenisher",
-    //   name: "ReplenisherList",
-    //   component: () => import("@/views/replenisher/index.vue"),
-    //   meta: {
-    //     icon: "ri:user-star-line",
-    //     title: "补货员管理"
-    //   }
-    // },
+    {
+      path: "/operation/replenisher",
+      name: "ReplenisherList",
+      component: () => import("@/views/replenisher/index.vue"),
+      meta: {
+        icon: "ri:user-star-line",
+        title: "补货员管理"
+      }
+    },
     {
       path: "/operation/erp-shop",
       name: "ErpShopList",