You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
337 B
21 lines
337 B
2 years ago
|
export default [{
|
||
|
icon: 'home',
|
||
|
text: '首页',
|
||
|
url: 'pages/home/home',
|
||
|
},
|
||
|
{
|
||
|
icon: 'sort',
|
||
|
text: '论坛',
|
||
|
url: 'pages/forum/forum',
|
||
|
},
|
||
|
{
|
||
|
icon: 'cart',
|
||
|
text: '购物车',
|
||
|
url: 'pages/cart/index',
|
||
|
},
|
||
|
{
|
||
|
icon: 'person',
|
||
|
text: '个人中心',
|
||
|
url: 'pages/usercenter/index',
|
||
|
},
|
||
|
];
|