112 lines
4.0 KiB
JSON
112 lines
4.0 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path" : "pages/welcome-page/welcome-page",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
|
|
}
|
|
|
|
}
|
|
],
|
|
"subPackages": [{ //A包
|
|
"root": "pagesA",
|
|
"pages": [
|
|
{
|
|
"path" : "passageway/passageway",
|
|
"style" : {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
|
|
}
|
|
}
|
|
,{
|
|
"path" : "login/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "opinion-submit/opinion-submit",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "民意提交",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "my-opinion-list/my-opinion-list",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "我的民意提交",
|
|
"enablePullDownRefresh": false,
|
|
"disableSwipeBack": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "feedback/feedback",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "反馈记录",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "community/opinion-handle/opinion-handle",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "community/handle/handle",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "民意办理",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "manager/examine-list/examine-list",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "detail/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "详情查看",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF", //导航栏背景色
|
|
"backgroundColor":"#FFFFFF",//下拉显示出来的窗口的背景色
|
|
"backgroundTextStyle":"light"//下拉 loading 的样式,仅支持 dark / light
|
|
}
|
|
}
|