代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -0,0 +1,31 @@
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: ''
},
]