diff --git a/pages.json b/pages.json index d58d666..e194862 100644 --- a/pages.json +++ b/pages.json @@ -178,6 +178,30 @@ "navigationStyle": "custom", "enablePullDownRefresh":false } + }, + { + "path":"user/index", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom", + "enablePullDownRefresh":false + } + }, + { + "path":"user/file", + "style": { + "navigationBarTitleText": "我的附件", + "navigationStyle": "custom", + "enablePullDownRefresh":false + } + }, + { + "path":"user/opinion", + "style": { + "navigationBarTitleText": "意见反馈", + "navigationStyle": "custom", + "enablePullDownRefresh":false + } } ] }