1
YM
2024-04-24 ccb19f88b2583c7dadb18b6b2e9571ec120c6c61
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"
   }