8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
export default [
|
|
{
|
|
icon: 'home',
|
|
text: '首页',
|
|
url: 'pages/home/home',
|
|
}
|
|
];
|