|
@@ -3,6 +3,7 @@
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "系统首页",
|
|
|
+ "navigationStyle": "custom",
|
|
|
"app-plus": {
|
|
|
"titleNView": false //禁用原生导航栏
|
|
|
}
|
|
@@ -12,6 +13,7 @@
|
|
|
"path": "pages/home/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "健康问答",
|
|
|
+ "navigationStyle": "custom",
|
|
|
"app-plus": {
|
|
|
"titleNView": false //禁用原生导航栏
|
|
|
},
|
|
@@ -22,6 +24,7 @@
|
|
|
"path": "pages/science/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "医疗科普",
|
|
|
+ "navigationStyle": "custom",
|
|
|
"app-plus": {
|
|
|
"titleNView": false //禁用原生导航栏
|
|
|
},
|
|
@@ -31,10 +34,11 @@
|
|
|
{
|
|
|
"path": "pages/my/index",
|
|
|
"style": {
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
+ "navigationStyle": "custom",
|
|
|
"app-plus": {
|
|
|
"titleNView": false //禁用原生导航栏
|
|
|
- },
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
],
|