27 lines
447 B
TypeScript
27 lines
447 B
TypeScript
export default [
|
|
{
|
|
icon: 'home',
|
|
label: '首页',
|
|
url: 'pages/home/home',
|
|
},
|
|
{
|
|
icon: 'card',
|
|
label: '分类',
|
|
url: 'pages/goods/category/index',
|
|
},
|
|
{
|
|
icon: 'home',
|
|
label: '购物车',
|
|
url: 'pages/cart/index',
|
|
},
|
|
{
|
|
icon: 'cart',
|
|
label: '个人中心',
|
|
url: 'pages/usercenter/index',
|
|
},
|
|
];
|
|
export const adminTabMenu = [{
|
|
icon:"person",
|
|
label:"fd",
|
|
url:"pages/usercenter/index"
|
|
}] |