Files
consumer-front/src/pages.json
T
kk a9ec1092d5
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 53s
支持开关门状态显示/订单数据渲染
2026-07-11 16:14:36 +08:00

77 lines
1.4 KiB
JSON

{
"pages": [
{
"path": "pages/index/scan",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/auth/loading",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/register/register",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/faq/faq",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/order",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/door/opened",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/door/closed",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/door/complete",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能货柜",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}