42 lines
830 B
JSON
42 lines
830 B
JSON
|
{
|
|||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
{
|
|||
|
"path": "pages/index/index",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "定位测试"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/test/test",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : "",
|
|||
|
"enablePullDownRefresh" : false
|
|||
|
}
|
|||
|
}
|
|||
|
],
|
|||
|
"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": {}
|
|||
|
}
|