wanyu_frontend/pages.json
2025-03-26 23:25:42 +08:00

70 lines
1.5 KiB
JSON

{
"pages": [
{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText" : "我的",
"navigationStyle": "custom"
}
},
{
"path" : "pages/workbench/workbench",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText" : "接单大厅",
"navigationStyle": "custom"
}
},
{
"path" : "pages/user/login",
"style" :
{
"navigationBarTitleText" : "登录",
"disableScroll": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navigationBarTextStyle",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"backgroundColor": "@backgroundColor"
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"backgroundColor": "@tabBarBackgroundColor",
"borderStyle": "@tabBarBorderStyle",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "@iconPath1",
"selectedIconPath": "@selectedIconPath1",
"text": "首页"
},
{
"pagePath": "pages/workbench/workbench",
"iconPath": "@iconPath2",
"selectedIconPath": "@selectedIconPath2",
"text": "工作台"
},
{
"pagePath": "pages/user/user",
"iconPath": "@iconPath3",
"selectedIconPath": "@selectedIconPath3",
"text": "我的"
}
]
},
"uniIdRouter": {}
}