generated from weChat/xcx_temp
13 lines
179 B
JavaScript
13 lines
179 B
JavaScript
export default [
|
|
{
|
|
icon: 'home',
|
|
text: '首页',
|
|
url: 'pages/home/home',
|
|
},
|
|
{
|
|
icon: 'person',
|
|
text: '我的',
|
|
url: 'pages/usercenter/index',
|
|
},
|
|
];
|