{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": {} }, { "path": "pages/jiance/order", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/user/editpassword", "style": {} }, { "path": "pages/fileView/fileView", "style": {} }, { "path": "pages/jiance/jindu", "style": { "enablePullDownRefresh": true } }, { "path": "pages/jiance/list", "style": { "enablePullDownRefresh": true } }, { "path": "pages/jiance/manyi", "style": {} }, { "path": "pages/jiance/tousu", "style": {} }, { "path": "pages/index/index", "style": {} }, { "path": "pages/home/home", "style": {} }, { "path": "pages/login/zhuce", "style": {} }, { "path": "pages/user/userexit", "style": {} }, { "path": "pages/user/userdetail", "style": {} }, { "path": "pages/user/useredit", "style": {} }, { "path": "pages/user/people", "style": {} }, { "path": "pages/user/location", "style": {}, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位 } } }, { "path": "pages/fileView/reportList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/specimen/specimen", "style": { "navigationBarTitleText": "我的样品", "enablePullDownRefresh": false } }, { "path": "pages/jiance/list/specimen", "style": { "navigationBarTitleText": "样品", "enablePullDownRefresh": false } }, { "path": "pages/tag/sampleTag", "style": { "navigationBarTitleText": "样品标签", "enablePullDownRefresh": false } }, { "path": "pages/hold/hold", "style": { "navigationBarTitleText": "委托暂存", "enablePullDownRefresh": true } }, { "path": "pages/communication/communication", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/communication/communicationList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }, { "path": "pages/jiance/tousu/tousuList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }, { "path": "pages/wallet/wallet", "style": { "navigationBarTitleText": "我的钱包", "enablePullDownRefresh": false } } ], "globalStyle": { "mp-alipay": { /* 支付宝小程序特有相关 */ "transparentTitle": "always", "allowsBounceVertical": "NO" }, "navigationBarBackgroundColor": "#0081ff", "navigationBarTitleText": "深圳市罗湖医院集团细胞质量检测服务平台", "navigationStyle": "custom", "navigationBarTextStyle": "white", "enablePullDownRefresh": false }, "usingComponts": true, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "表单", //模式名称 "path": "pages/index/index", //启动页面 "query": "" //启动参数 }] } }