16 lines
No EOL
235 B
JavaScript
16 lines
No EOL
235 B
JavaScript
export default [{
|
|
icon: 'home',
|
|
text: '动态',
|
|
url: 'pages/home/home',
|
|
},
|
|
{
|
|
icon: 'share',
|
|
text: '分销',
|
|
url: 'pages/faxianlist/faxianlist',
|
|
},
|
|
{
|
|
icon: 'person',
|
|
text: '我的',
|
|
url: 'pages/usercenter/index',
|
|
},
|
|
]; |