94 lines
2.5 KiB
JSON
94 lines
2.5 KiB
JSON
{
|
||
"pages": [
|
||
{
|
||
"path" : "pages/guide-page/guide-page",
|
||
"style" :{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom",//禁用原生导航栏,微信小程序可用
|
||
"navigationBarTextStyle":"white",
|
||
"app-plus": {
|
||
"titleNView": false //禁用原生导航栏,APP和H5可用
|
||
}
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/login/login",
|
||
"style" :{
|
||
"navigationBarTitleText":""
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/tabbar/pagehome/pagehome",
|
||
"style" :{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom",//禁用原生导航栏,微信小程序可用
|
||
"navigationBarTextStyle":"black",
|
||
"app-plus": {
|
||
"titleNView": false ,//禁用原生导航栏,APP和H5可用
|
||
"bounce":"none",
|
||
"scrollIndicator":"none"
|
||
}
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/tabbar/my/my",
|
||
"style" :{
|
||
"navigationBarTitleText":"个人中心"
|
||
}
|
||
}
|
||
,{
|
||
"path": "pages/login/agreement",
|
||
"style" :{
|
||
"navigationBarTitleText":""
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/tabbar/project-list/project-list",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "项目列表",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/tabbar/feedback/feedback",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "意见反馈",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
],
|
||
"subPackages": [
|
||
{//A包
|
||
"root": "pagesA",
|
||
"pages": [
|
||
{
|
||
"path" : "test/test",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"preloadRule": {
|
||
"pages/tabbar/pagehome/pagehome": {
|
||
"network": "all",
|
||
"packages": ["pagesA"]
|
||
}
|
||
},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarBackgroundColor": "#FFFFFF",//导航栏背景色
|
||
"backgroundColor": "#FFFFFF"//窗口背景色
|
||
}
|
||
}
|