Files
consumer-front/pages.json
T
2026-06-15 09:46:17 +08:00

40 lines
746 B
JSON

{
"pages": [
{
"path": "pages/index/scan",
"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"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能货柜",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}