xcx_temp/custom-tab-bar/data.js
2023-11-19 17:37:26 +08:00

13 lines
185 B
JavaScript

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