代码提交
This commit is contained in:
31
pages/index/components/GridMenu/index.data.js
Normal file
31
pages/index/components/GridMenu/index.data.js
Normal 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: ''
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user