From 0f5a93a600846b11db055d34b3239bc6f39e7344 Mon Sep 17 00:00:00 2001 From: lilin <2516625820@qq.com> Date: Tue, 6 Aug 2024 17:07:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 + } } ] }