😎修复tabbar组件文件编码

This commit is contained in:
zuohuaijun 2024-06-16 13:40:20 +08:00
parent 062bacd0ec
commit 6c0e2b6837

View File

@ -25,13 +25,13 @@
id: 0, id: 0,
path: "/pages/home/home", path: "/pages/home/home",
icon: 'home', icon: 'home',
text: "首页", text: "首页",
centerItem: false centerItem: false
}, { }, {
id: 1, id: 1,
path: "/pages/mine/mine", path: "/pages/mine/mine",
icon: 'account', icon: 'account',
text: "我的", text: "我的",
centerItem: false centerItem: false
}] }]
}) })