|
@@ -132,11 +132,19 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
- { // 协议页面
|
|
|
+ {
|
|
|
+ // 协议页面
|
|
|
"path": "pages/agreement/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 文章页面
|
|
|
+ "path": "pages/content/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|