
list: [{
iconPath: "home",
selectedIconPath: "/static/logo.png",
text: 'index',
customIcon: false,
pagePath:'/pages/index/index'
},
{
iconPath: "photo",
selectedIconPath: "photo-fill",
text: 'about',
customIcon: false,
pagePath:'/pages/about/about'
},
{
iconPath: "https://cdn.uviewui.com/uview/common/min_button.png",
selectedIconPath: "https://cdn.uviewui.com/uview/common/min_button_select.png",
text: 'cai',
midButton: true,
customIcon: false,
pagePath:'/pages/cai/cai'
},
{
iconPath: "play-right",
selectedIconPath: "play-right-fill",
text: 'qqq',
customIcon: false,
pagePath:'/pages/qqq/qqq'
},
{
iconPath: "account",
selectedIconPath: "account-fill",
text: 'Tab',
customIcon: false,
pagePath:'/pages/tab/tab'
},
],
用到tabbar的页面引入 不用的不用引入
