From f5ffd93860c6ddfc82930c0c71a11e7dba6abf6d Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 20 五月 2024 18:11:34 +0800 Subject: [PATCH] 人物时空地图 --- src/pages.json | 53 +++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 37 insertions(+), 16 deletions(-) diff --git a/src/pages.json b/src/pages.json index 2da3bbf..97f0ca2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2,7 +2,7 @@ "pages": [{ "path": "pages/index/index", "style": { - // "navigationBarTitleText": "uni-app", + // "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationStyle": "custom" } }, { @@ -13,8 +13,9 @@ "navigationStyle": "custom" } }, + // 浜虹墿鏁版嵁搴� { - "path": "pages/AcademicHistory/AcademicHistory", + "path": "pages/character/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -22,7 +23,16 @@ } }, { - "path": "pages/interchannel/interchannel", + "path": "pages/character/detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + // 鍖诲娴佹淳 + { + "path": "pages/academicGenres/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -30,7 +40,15 @@ } }, { - "path": "pages/dataDisplay/dataDisplay", + "path": "pages/academicGenres/detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/academicGenres/chart", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -53,8 +71,9 @@ "navigationStyle": "custom" } }, + { - "path": "pages/repository/repository", + "path": "pages/inherit/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -62,7 +81,7 @@ } }, { - "path": "pages/zhongyi/zhongyi", + "path": "pages/inherit/list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -77,14 +96,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/characterRelation/characterRelation", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + { "path": "pages/characterMap/characterMap", "style": { @@ -128,7 +140,16 @@ } }, { - "path" : "pages/RDF/RDF", + "path" : "pages/fileDetail/index", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" + } + }, + { + "path" : "pages/shiyiHome/shiyiHome", "style" : { "navigationBarTitleText" : "", @@ -139,7 +160,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } -- Gitblit v1.9.1