23 lines
348 B
TypeScript
23 lines
348 B
TypeScript
export default [
|
|
{
|
|
icon: "home",
|
|
label: "首页",
|
|
url: "/pages/index/index",
|
|
},
|
|
{
|
|
icon: "card",
|
|
label: "分类",
|
|
url: "/pages/login/login",
|
|
},
|
|
{
|
|
icon: "home",
|
|
label: "购物车",
|
|
url: "/pages/cart/index",
|
|
},
|
|
{
|
|
icon: "cart",
|
|
label: "个人中心",
|
|
url: "pages/usercenter/index",
|
|
},
|
|
];
|