uni-Identify-quality/util/tabbar.js

28 lines
813 B
JavaScript
Raw Normal View History

2023-09-19 02:50:09 +00:00
let tab1 = [{
2023-09-19 03:20:41 +00:00
"text": "寄存",
2023-09-19 02:50:09 +00:00
"pagePath": "pages/home/index",
"iconPath": "../../static/tabbar/home.png",
"selectedIconPath": "../../static/tabbar/home-active.png"
},
{
"text": "订单",
"pagePath": "pages/order-goods/index",
"iconPath": "../../static/tabbar/home.png",
"selectedIconPath": "../../static/tabbar/home-active.png"
},
{
"text": "合同",
2023-09-19 03:20:41 +00:00
"pagePath": "pages/contract/index",
2023-09-19 02:50:09 +00:00
"iconPath": "../../static/tabbar/home.png",
"selectedIconPath": "../../static/tabbar/home-active.png"
}
,
{
"text": "我的",
2023-09-19 03:20:41 +00:00
"pagePath": "pages/mine/index",
2023-09-19 02:50:09 +00:00
"iconPath": "../../static/tabbar/home.png",
"selectedIconPath": "../../static/tabbar/home-active.png"
}
]
export default tab1