From 23b2479c3bab29d12b7367aa6a75fb5126c67840 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 15:30:31 +0800 Subject: [PATCH] 结果上报页面 --- pages.json | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index f020353..28497cb 100644 --- a/pages.json +++ b/pages.json @@ -68,7 +68,22 @@ "path" : "dataLook/dataLook", "style" : { - "navigationBarTitleText" : "鏁版嵁鐪嬫澘" + "navigationBarTitleText" : "鏁版嵁鐪嬫澘", + "navigationStyle": "custom" + } + }, + { + "path" : "reportPage/reportPage", + "style" : + { + "navigationBarTitleText" : "鎵ф硶缁撴灉涓婃姤" + } + }, + { + "path" : "reportDetails/reportDetails", + "style" : + { + "navigationBarTitleText" : "涓婃姤缁撴灉" } } ] -- Gitblit v1.9.1