mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
商家楼层装修
This commit is contained in:
@@ -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
|
||||
}]
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user