tabbar.js 603 Bytes
const tabList = [
  {
    "pagePath": "pages/home/home",
    "text": "首页",
    "iconPath": "/static/images/tabbar/icon-1.png",
    "selectedIconPath": "/static/images/tabbar/icon-1-active.png"
  },
  {
    "pagePath": "pages/order/order",
    "text": "订单",
    "iconPath": "/static/images/tabbar/icon-2.png",
    "selectedIconPath": "/static/images/tabbar/icon-2-active.png"
  },
  {
    "pagePath": "pages/mine/mine",
    "text": "我的",
    "iconPath": "/static/images/tabbar/icon-3.png",
    "selectedIconPath": "/static/images/tabbar/icon-3-active.png"
  }
]

export default {
  tabList
}