liiistem-miniapp/custom-tab-bar/data.js

16 lines
235 B
JavaScript
Raw Permalink Normal View History

2025-09-16 13:41:49 +08:00
export default [{
icon: 'home',
text: '动态',
url: 'pages/home/home',
},
{
icon: 'share',
text: '分销',
url: 'pages/faxianlist/faxianlist',
},
{
icon: 'person',
text: '我的',
url: 'pages/usercenter/index',
},
];