|
@@ -42,7 +42,8 @@
|
|
|
{
|
|
|
"path": "pages/inhert/artifact/list",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "文物"
|
|
|
+ "navigationBarTitleText": "文物",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -54,13 +55,15 @@
|
|
|
{
|
|
|
"path": "pages/article/details",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "新闻详情"
|
|
|
+ "navigationBarTitleText": "新闻详情",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/article/list",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "文章列表页"
|
|
|
+ "navigationBarTitleText": "文章列表页",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|