From 98e3ca474412e2888701651297c168bf3b096809 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期五, 21 六月 2024 14:49:42 +0800 Subject: [PATCH] 首页和我的 --- pages.json | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 15cbad7..11a6fb0 100644 --- a/pages.json +++ b/pages.json @@ -162,6 +162,28 @@ } } ] + }, + { + "root": "qiye", + "pages": [{ + "path" : "qiyeIndex/qiyeIndex", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } + }, + { + "path" : "my/my", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + + } + } + + ] } ], "globalStyle": { -- Gitblit v1.9.1