56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/schedule/index",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/serve/index",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/index",
|
||
"style": {
|
||
"navigationBarBackgroundColor": "#2c66a9",
|
||
"navigationBarTitleText": "我的",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "12123",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/schedule/index",
|
||
"text": "网办进度"
|
||
},
|
||
{
|
||
"pagePath": "pages/serve/index",
|
||
"text": "服务网点"
|
||
},
|
||
{
|
||
"pagePath": "pages/my/index",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |