zrg
2026-01-12 196e1b3cf2017cfa25038f9c8ef5071e046f0abf
pages.json
@@ -341,7 +341,16 @@
         "style": {
            "navigationBarTitleText": "采购退料列表",
            "enablePullDownRefresh": true
         }
            }
        },
        {
            "path" : "pages/ZLGL/QualityReportStep/QualityReportStepBill",
            "style" :
            {
                "navigationBarTitleText" : "全检检验单(不良汇报)",
            "pageOrientation": "auto"
            }
      },
      {
         "path": "pages/caigoutuiliao/POStockInBackBill",
@@ -1585,7 +1594,7 @@
            "pagePath": "pages/index/tab4",
            "iconPath": "static/tabBar/icon3.png",
            "selectedIconPath": "static/tabBar/icon3-default.png",
            "text": "质量管理"
            "text": "质量管理"
         },
         {
            "pagePath": "pages/index/tab2",
@@ -1599,22 +1608,21 @@
            "selectedIconPath": "static/tabBar/user-default.png",
            "text": "我的"
         }
      ]
   },
   "globalStyle": {
      "navigationBarTextStyle": "white",
      "navigationBarTitleText": "设备管理",
      "navigationBarBackgroundColor": "#3A78FF",
      "backgroundColor": "#F8F8F8",
      "pageOrientation": "default"
   },
   "uniIdRouter": {},
   "condition": { //模式配置,仅开发期间生效
      "current": 0, //当前激活的模式(list 的索引项)
      "list": [{
         "name": "", //模式名称
         "path": "", //启动页面,必选
         "query": "" //启动参数,在页面的onLoad函数里面得到
      }]
   }
        ]
    },
    "globalStyle": {
        "navigationBarTextStyle": "white",
        "navigationBarTitleText": "设备管理",
        "navigationBarBackgroundColor": "#3A78FF",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {},
    "condition": { //模式配置,仅开发期间生效
        "current": 0, //当前激活的模式(list 的索引项)
        "list": [{
            "name": "", //模式名称
            "path": "", //启动页面,必选
            "query": "" //启动参数,在页面的onLoad函数里面得到
        }]
    }
}