Mr.Shi
2023-08-23 c43e9ca8e4baa3e31c1da3c086ec8f1a7d12e438
minipro_standard/pages.json
@@ -1,12 +1,11 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
   "pages": [
      {
         "path": "pages/workbench/workbench",
         "style": {
            "navigationBarTitleText": "工作台",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/index",
@@ -26,16 +25,15 @@
            {
                "navigationBarTitleText": "登录",
                "enablePullDownRefresh": false,
                        "navigationStyle": "custom"
            }
            "navigationStyle": "custom"
            }
        }
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarBackgroundColor": "#F3F6F9",
      "backgroundColor": "#F3F6F9"
      "navigationBarBackgroundColor": "#ffffff",
      "backgroundColor": "#ffffff"
   },
   "tabBar": {
      "color": "#666666",