添加页面
This commit is contained in:
@@ -52,6 +52,24 @@ export const customTabbarList: CustomTabBarItem[] = [
|
||||
icon: 'i-carbon-home',
|
||||
// badge: 'dot',
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/sort/index',
|
||||
text: '分类',
|
||||
// 1)在fg-tabbar.vue页面上引入一下并注释掉(见tabbar/index.vue代码第2行)
|
||||
// 2)配置到 unocss.config.ts 的 safelist 中
|
||||
iconType: 'uiLib',
|
||||
icon: 'add-circle',
|
||||
// badge: 10,
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/goods/cart',
|
||||
text: '购物车',
|
||||
// 1)在fg-tabbar.vue页面上引入一下并注释掉(见tabbar/index.vue代码第2行)
|
||||
// 2)配置到 unocss.config.ts 的 safelist 中
|
||||
iconType: 'unocss',
|
||||
icon: 'i-clarity-shopping-cart-line',
|
||||
// badge: 10,
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/me/me',
|
||||
text: '我的',
|
||||
|
||||
Reference in New Issue
Block a user