Sfoglia il codice sorgente

门店装修入口

liudongzhi 2 mesi fa
parent
commit
5879402860
1 ha cambiato i file con 61 aggiunte e 0 eliminazioni
  1. 61 0
      src/assets/json/authMenuList.json

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

@@ -959,6 +959,67 @@
       ]
     },
     {
+      "path": "/storeDecorationManagement",
+      "name": "storeDecorationManagement",
+      "redirect": "/storeDecorationManagement/decorationManagement",
+      "meta": {
+        "icon": "Brush",
+        "title": "门店装修",
+        "isLink": "",
+        "isHide": false,
+        "isFull": false,
+        "isAffix": false,
+        "isKeepAlive": false
+      },
+      "children": [
+        {
+          "path": "/storeDecorationManagement/decorationManagement",
+          "name": "decorationManagement",
+          "component": "/storeDecoration/decorationManagement",
+          "meta": {
+            "icon": "Menu",
+            "title": "门店装修",
+            "isLink": "",
+            "isHide": false,
+            "isFull": false,
+            "isAffix": false,
+            "isKeepAlive": false
+          }
+        },
+        {
+          "path": "/storeDecorationManagement/add",
+          "name": "decorationManagementAdd",
+          "component": "/storeDecoration/add",
+          "meta": {
+            "icon": "Menu",
+            "title": "新建装修需求",
+            "activeMenu": "/storeDecorationManagement/decorationManagement",
+            "isLink": "",
+            "isHide": true,
+            "isFull": false,
+            "isAffix": false,
+            "isKeepAlive": false
+          }
+        },
+        {
+          "path": "/storeDecorationManagement/detail",
+          "name": "decorationManagementDetail",
+          "component": "/storeDecoration/detail",
+          "meta": {
+            "icon": "Menu",
+            "title": "装修详情",
+            "activeMenu": "/storeDecorationManagement/decorationManagement",
+            "isLink": "",
+            "isHide": true,
+            "isFull": false,
+            "isAffix": false,
+            "isKeepAlive": false
+          }
+        }
+      ]
+    },
+
+    {
       "path": "/accountRoleManagement",
       "name": "accountRoleManagement",
       "redirect": "/accountRoleManagement/subAccountManagement",