Files

32 lines
591 B
JavaScript
Raw Normal View History

2023-11-14 17:21:03 +08:00
import sp from "@/static/images/sp.png"
import pt from "@/static/images/pt.png"
import ms from "@/static/images/ms.png"
import kj from "@/static/images/kj.png"
export const menuList = [
{
id: 1,
label: '全部商品',
icon: sp,
path: '/pages/goodsList/goodsList'
},
{
id: 2,
label: '拼团专区',
icon: pt,
path: ''
},
{
id: 3,
label: '秒杀专区',
icon: ms,
path: ''
},
{
id: 4,
label: '砍价专区',
icon: kj,
path: ''
},
]