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,14 +70,7 @@
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/repository/repository",
         "style": {
            "navigationBarTitleText": "",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/inherit/index",
         "style": {
@@ -85,14 +95,7 @@
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/characterRelation/characterRelation",
         "style": {
            "navigationBarTitleText": "",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/characterMap/characterMap",
         "style": {
@@ -165,7 +168,7 @@
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarTitleText": "中国医学人物数据库",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   }