| 1234567891011121314151617181920212223242526272829 |
- export const tabbar = {
- inactiveColor: "#8a8a8a",
- activeColor: "#5064eb",
- bgColor: "#ffffff",
- midButton: true,
- iconSize: 44,
- MinButtonSize: 70,
- borderTop: true,
- list: [{
- iconPath: "/static/tarbar/index0.png",
- selectedIconPath: "/static/tarbar/index.png",
- text: '园区',
- 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"
- },
- ]
- }
|