商家楼层装修

This commit is contained in:
lemon橪
2022-03-03 11:26:50 +08:00
parent 403ae0a963
commit 378ac39315
110 changed files with 9853 additions and 290 deletions

View File

@@ -415,6 +415,7 @@ export const result = [{
}
]
},
{
name: "shop",
level: 1,
@@ -423,7 +424,28 @@ export const result = [{
path: "/shop",
component: "Main",
description: "",
children: [{
children: [
{
name: "wapList",
level: 2,
type: 0,
title: "移动楼层",
path: "wapList",
component: "shop/wap/wapList",
children: null
},
{
name: "pcList",
level: 2,
type: 0,
title: "PC楼层",
path: "pcList",
component: "shop/floorList",
children: null
},
{
name: "shopSetting",
level: 2,
type: 0,
@@ -469,5 +491,6 @@ export const result = [{
children: null
}]
}]
}
},
];