|
@@ -35,16 +35,15 @@ export default {
|
|
|
title: "门店分布地图"
|
|
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",
|
|
path: "/operation/erp-shop",
|
|
|
name: "ErpShopList",
|
|
name: "ErpShopList",
|