YM
2024-04-26 a640a68b55034ad38b1936eedd33c23f63bec0f0
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,
@@ -30,7 +47,7 @@
         }
      },
      {
         "path": "pages/dataDisplay/dataDisplay",
         "path": "pages/academicGenres/index",
         "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": {
@@ -128,16 +139,7 @@
         }
      },
      {
         "path" : "pages/RDF/RDF",
         "style" :
         {
            "navigationBarTitleText" : "",
            "enablePullDownRefresh" : false,
            "navigationStyle": "custom"
         }
      },
      {
         "path" : "pages/NT/NT",
         "path" : "pages/fileDetail/index",
         "style" : 
         {
            "navigationBarTitleText" : "",
@@ -157,7 +159,7 @@
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarTitleText": "中国医学人物数据库",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   }