export const tabbar = { inactiveColor:"#8a8a8a", activeColor:"#EF9944", bgColor:"#ffffff", midButton:true, iconSize:44, height:108, MinButtonSize:70, borderTop:true, list:[{ iconPath: "/pagesGoods/static/tarbar/menu.png", selectedIconPath: "/pagesGoods/static/tarbar/menu1.png", text: '菜单管理', pagePath: "/pagesGoods/pages/menu/menu" }, { iconPath: "/pagesGoods/static/tarbar/order.png", selectedIconPath: "/pagesGoods/static/tarbar/order1.png", text: '订单中心', midButton: true, pagePath: "/pagesGoods/pages/order/order" }, { iconPath: "/pagesGoods/static/tarbar/my-shop.png", selectedIconPath: "/pagesGoods/static/tarbar/my-shop1.png", text: '我的店铺', pagePath: "/pagesGoods/pages/my-shop/my-shop" }, ] }