Files
todo-frontend/pages.json
2026-03-20 04:59:03 +00:00

61 lines
1.2 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/product/list",
"style": {
"navigationBarTitleText": "商品列表"
}
},
{
"path": "pages/order/create",
"style": {
"navigationBarTitleText": "创建订单"
}
},
{
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "订单列表"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "建材销售管家",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/product/list",
"text": "商品"
},
{
"pagePath": "pages/order/list",
"text": "订单"
}
]
}
}