2023-03-06 23:52:24 +08:00
|
|
|
export default [
|
|
|
|
{
|
|
|
|
icon: 'home',
|
|
|
|
text: '首页',
|
2023-03-17 01:47:20 +08:00
|
|
|
url: 'pages/home/index',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
icon: 'home',
|
|
|
|
text: '首页2',
|
2023-03-06 23:52:24 +08:00
|
|
|
url: 'pages/home/home',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
icon: 'sort',
|
|
|
|
text: '分类',
|
|
|
|
url: 'pages/goods/category/index',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
icon: 'cart',
|
|
|
|
text: '购物车',
|
|
|
|
url: 'pages/cart/index',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
icon: 'person',
|
|
|
|
text: '个人中心',
|
|
|
|
url: 'pages/usercenter/index',
|
|
|
|
},
|
|
|
|
];
|