emoticon_xcx/custom-tab-bar/data.js
2023-10-28 19:02:56 +08:00

13 lines
185 B
JavaScript

export default [
{
icon: 'home',
text: '首页',
url: 'pages/home/home',
},
{
icon: 'person',
text: '个人中心',
url: 'pages/usercenter/index',
},
];