- 从app.config.ts中删除tabBar的color、selectedColor、backgroundColor和borderStyle属性 - 这些样式将由自定义tabBar组件单独管理
@@ -15,10 +15,6 @@ export default defineAppConfig({
},
tabBar: {
custom: true,
- color: '#7f7f7f',
- selectedColor: '#1890ff',
- backgroundColor: '#ffffff',
- borderStyle: 'white',
list: [
{
pagePath: 'pages/index/index',