From a1bbf87a3bee300226d4d13416961dde9e12cdb6 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 19:59:37 +0800 Subject: [PATCH] 登录页面修改 --- pages.json | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index d9ca312..22845e7 100644 --- a/pages.json +++ b/pages.json @@ -150,7 +150,7 @@ "path" : "translateRecord/translateRecord", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "瀹℃壒璁板綍" } }, { @@ -197,6 +197,28 @@ "navigationStyle": "custom" } + }, + { + "path" : "record/evaluate", + "style" : + { + "navigationBarTitleText" : "璇勪环" + } + }, + { + "path" : "complaint/complaint", + "style" : + { + "navigationBarTitleText" : "鎶曡瘔璁板綍" + } + }, + { + "path" : "complaint/details", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } } ] -- Gitblit v1.9.1