21 lines
358 B
JavaScript
21 lines
358 B
JavaScript
export default [{
|
|
icon: 'home',
|
|
text: '首页',
|
|
url: 'pages/home/home',
|
|
},
|
|
{
|
|
icon: 'sort',
|
|
text: '添加剂',
|
|
url: 'pages/additive/list/additive-list',
|
|
},
|
|
{
|
|
icon: 'wallet',
|
|
text: '标准',
|
|
url: 'pages/standard/list/index',
|
|
},
|
|
{
|
|
icon: 'person',
|
|
text: '个人中心',
|
|
url: 'pages/user/index',
|
|
},
|
|
]; |