From ccb19f88b2583c7dadb18b6b2e9571ec120c6c61 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 24 四月 2024 22:34:38 +0800 Subject: [PATCH] 1 --- src/pages.json | 53 +++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 41 insertions(+), 12 deletions(-) diff --git a/src/pages.json b/src/pages.json index 2da3bbf..7df4635 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2,11 +2,28 @@ "pages": [{ "path": "pages/index/index", "style": { - // "navigationBarTitleText": "uni-app", + // "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationStyle": "custom" } }, { "path": "pages/Login/Login", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + // 浜虹墿鏁版嵁搴� + { + "path": "pages/character/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/character/detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -53,8 +70,9 @@ "navigationStyle": "custom" } }, + { - "path": "pages/repository/repository", + "path": "pages/inherit/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -62,7 +80,7 @@ } }, { - "path": "pages/zhongyi/zhongyi", + "path": "pages/inherit/list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -77,14 +95,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/characterRelation/characterRelation", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + { "path": "pages/characterMap/characterMap", "style": { @@ -135,11 +146,29 @@ "enablePullDownRefresh" : false, "navigationStyle": "custom" } + }, + { + "path" : "pages/NT/NT", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" + } + }, + { + "path" : "pages/shiyiHome/shiyiHome", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" + } } ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } -- Gitblit v1.9.1