uni-Identify-quality/unpackage/dist/dev/mp-weixin/app.json

43 lines
971 B
JSON
Raw Normal View History

2023-09-18 07:35:21 +00:00
{
"pages": [
2023-09-19 11:34:18 +00:00
"pages/login/login",
"pages/register/register",
"pages/realName/realName",
"pages/cameraContext/cameraContext",
2023-09-19 02:50:09 +00:00
"pages/home/index",
"pages/contract/index",
"pages/order-goods/index",
2023-09-19 11:21:16 +00:00
"pages/order-goods/order-details",
2023-09-20 02:54:22 +00:00
"pages/mine/index",
2023-09-20 07:34:58 +00:00
"pages/mine/set-up",
"pages/consignment-painting/index"
2023-09-18 07:35:21 +00:00
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
2023-09-19 02:50:09 +00:00
"tabBar": {
"height": "1px",
"selectedColor": "#22bf8e",
"color": "#f8f8f8",
"backgroundColor": "transparent",
"list": [
{
"pagePath": "pages/home/index"
},
{
"pagePath": "pages/mine/index"
2023-09-19 02:53:38 +00:00
},
{
"pagePath": "pages/contract/index"
},
{
"pagePath": "pages/order-goods/index"
2023-09-19 02:50:09 +00:00
}
]
},
2023-09-18 07:35:21 +00:00
"usingComponents": {}
}