Files
consumer-front/src/pages.json
T

59 lines
1.1 KiB
JSON
Raw Normal View History

2026-04-29 16:51:52 +08:00
{
"pages": [
2026-06-26 18:12:26 +08:00
{
2026-07-02 18:25:23 +08:00
"path": "pages/index/scan",
2026-06-26 18:12:26 +08:00
"style": {
"navigationStyle": "custom"
}
},
2026-06-15 09:46:17 +08:00
{
2026-07-02 18:25:23 +08:00
"path": "pages/auth/loading",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/register/register",
2026-06-15 09:46:17 +08:00
"style": {
"navigationStyle": "custom"
}
},
2026-04-29 16:51:52 +08:00
{
"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"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationStyle": "custom"
}
2026-04-29 16:51:52 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能货柜",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
2026-07-02 18:25:23 +08:00
}