Files
consumer-front/pages.json
T

34 lines
638 B
JSON
Raw Normal View History

2026-04-29 16:51:52 +08:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/faq/faq",
"style": {
2026-04-30 15:07:56 +08:00
"navigationStyle": "custom"
}
},
{
"path": "pages/order/order",
"style": {
"navigationStyle": "custom"
}
2026-04-29 16:51:52 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能货柜",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}