添加页面

This commit is contained in:
2025-11-28 17:57:03 +08:00
parent a4cf8d1c23
commit 95832a6288
6 changed files with 46 additions and 44 deletions

View File

@@ -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: '我的',