Browse Source

feat(storeDecoration): 添加酒单管理菜单配置

- 在 authMenuList.json 中新增酒单管理路由配置
- 配置包含路径、组件和元数据信息
- 设置菜单标题为"酒单管理"
- 指定对应的组件路径 /storeDecoration/wineMenuManagement/index
spy 2 tuần trước cách đây
mục cha
commit
1e968eb547
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      src/assets/json/authMenuList.json

+ 14 - 0
src/assets/json/authMenuList.json

@@ -281,6 +281,20 @@
           }
         },
         {
+          "path": "/storeDecoration/wineMenuManagement",
+          "name": "wineMenuManagement",
+          "component": "/storeDecoration/wineMenuManagement/index",
+          "meta": {
+            "icon": "Menu",
+            "title": "酒单管理",
+            "isLink": "",
+            "isHide": false,
+            "isFull": false,
+            "isAffix": false,
+            "isKeepAlive": false
+          }
+        },
+        {
           "path": "/storeDecoration/storeLabel",
           "name": "storeLabel",
           "component": "/storeDecoration/storeLabel/index",