From 4c6a91cdcca1d5fe186540eaca9f938373c1d774 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 11:16:01 +0800 Subject: [PATCH] 投诉 --- pages.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 15cbad7..d9ca312 100644 --- a/pages.json +++ b/pages.json @@ -162,6 +162,44 @@ } } ] + }, + { + "root": "qiye", + "pages": [{ + "path" : "qiyeIndex/qiyeIndex", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } + }, + { + "path" : "my/my", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + + } + }, + { + "path" : "record/record", + "style" : + { + "navigationBarTitleText" : "鎵ф硶璁板綍" + } + }, + { + "path" : "record/details", + "style" : + { + "navigationBarTitleText" : "鎵ф硶淇℃伅", + "navigationStyle": "custom" + + } + } + + ] } ], "globalStyle": { -- Gitblit v1.9.1