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",
|
2023-09-26 02:21:21 +00:00
|
|
|
"iconPath": "https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/cf65acab-6d46-4d2a-af07-3f1daf09139c.png",
|
|
|
|
"selectedIconPath": "https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/a5710018-3791-4e0c-b698-caee9bbb642b.png"
|
2023-09-19 02:50:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "合同",
|
2023-09-19 03:20:41 +00:00
|
|
|
"pagePath": "pages/contract/index",
|
2023-09-26 02:21:21 +00:00
|
|
|
"iconPath": "https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/17b5895b-6572-49de-b710-4b318fe0776c.png",
|
|
|
|
"selectedIconPath": "https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/c37e0bb7-8702-4d6f-8caf-d62abcf07845.png"
|
2023-09-19 02:50:09 +00:00
|
|
|
}
|
|
|
|
,
|
|
|
|
{
|
|
|
|
"text": "我的",
|
2023-09-19 03:20:41 +00:00
|
|
|
"pagePath": "pages/mine/index",
|
2023-09-26 02:21:21 +00:00
|
|
|
"iconPath": "https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/bc489115-daba-4457-a8de-f151d7caf610.png",
|
|
|
|
"selectedIconPath": "https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/91cae751-1b5a-441d-aa09-aecca60c8519.png"
|
2023-09-19 02:50:09 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
export default tab1
|