Files
lilishop-ui/manager/src/components/lili-dialog/wap.js
2022-10-21 11:22:56 +08:00

44 lines
548 B
JavaScript

export default [
{
title: "商品",
url: "0",
openGoods: true,
name: "goods"
},
{
title: "分类",
url: "1",
name: "category"
},
{
title: "店铺",
url: "2",
name: "shops"
},
{
title: "活动",
url: "3",
name: "marketing"
},
{
title: "页面",
url: "3",
name: "pages"
},
{
title: "专题",
url: "4",
name: "special"
},
{
title: "其他",
url: "3",
name: "other"
},
{
title: "专题",
url: "4",
name: "special"
},
];