emoticon_xcx/custom-tab-bar/data.js
2023-11-19 15:18:25 +08:00

8 lines
94 B
JavaScript

export default [
{
icon: 'home',
text: '首页',
url: 'pages/home/home',
}
];