| 1234567891011121314151617181920212223242526272829303132 |
- export const tabbar = {
- inactiveColor:"#8a8a8a",
- activeColor:"#59a5f0",
- bgColor:"#ffffff",
- midButton:true,
- iconSize:44,
- MinButtonSize:70,
- borderTop:true,
- list:[{
- iconPath: "/static/tarbar/index0.png",
- selectedIconPath: "/static/tarbar/index.png",
- text: '园区',
- isDot: true,
- pagePath: "/pages/index/index"
- },
- {
- iconPath: "/static/tarbar/menjin0.png",
- selectedIconPath: "/static/tarbar/menjin.png",
- text: '门禁',
- midButton: true,
- pagePath: "/pages/device/device"
- },
- {
- iconPath: "/static/tarbar/my0.png",
- selectedIconPath: "/static/tarbar/my.png",
- text: '我的',
- pagePath: "/pages/mine/mine"
- },
- ]
- }
- // export default tabbar;
|