{ "pages": [ { "path": "pages/agreement/index", "style": { "navigationBarTitleText": "用户与隐私协议", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/page-view/index", "style": { "navigationBarTitleText": "统一第三方页面", "enablePullDownRefresh": false } }, { "path": "pages/device-info/index", "style": { "navigationBarTitleText": "设备信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/device-production-detail/index", "style": { "navigationBarTitleText": "设备生产详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/factory-inspection/index", "style": { "navigationBarTitleText": "远程验厂", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/production-info/index", "style": { "navigationBarTitleText": "产品信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/apply-inspection/index", "style": { "navigationBarTitleText": "验厂申请", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/certification/index", "style": { "navigationBarTitleText": "信息验证", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }