work_order/pages.json

50 lines
975 B
JSON
Raw Normal View History

2024-01-07 14:26:19 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "定位测试"
}
},
{
"path" : "pages/test/test",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
2024-01-10 18:12:55 +08:00
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
2024-01-07 14:26:19 +08:00
}
],
"tabBar": {
"color": "#333",
"selectedColor": "#0074e8",
"borderStyle": "white",
"backgroundColor": "#eee",
"list": [
{
"pagePath": "pages/index/index",
"text": "高德"
},
{
"pagePath": "pages/test/test",
"text": "本机"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "工单系统",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}