1
YM
2024-05-17 5adb70f8f046e2de37c4984a454503c5daaf08b3
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,16 +140,7 @@
         }
      },
      {
         "path" : "pages/RDF/RDF",
         "style" :
         {
            "navigationBarTitleText" : "",
            "enablePullDownRefresh" : false,
            "navigationStyle": "custom"
         }
      },
      {
         "path" : "pages/NT/NT",
         "path" : "pages/fileDetail/index",
         "style" : 
         {
            "navigationBarTitleText" : "",
@@ -157,7 +160,7 @@
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarTitleText": "中国医学人物数据库",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   }