|
@@ -32,6 +32,12 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
+ { // 我的反馈
|
|
|
+ "path": "pages/help/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
// 产品手册
|
|
|
"path": "pages/product/manual",
|
|
@@ -159,6 +165,19 @@
|
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 活动页面
|
|
|
+ "path": "pages/activity/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ { // 协议页面
|
|
|
+ "path": "pages/agreement/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|