{ "easycom": { "autoscan": true, "custom": { // uview-ui "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", // @dcloudio "^uni-(.*)": "@dcloudio/uniui/lib/uni-$1/uni-$1.vue" } }, "pages": [ { "path": "pages/login/login", "style": { "app-plus": { "titleNView":false } } }, { "path": "pages/index/index", "style": { "app-plus": { "height":"100%", "titleNView":false } } }, { "path":"pages/cylinder/cylinder", "style":{ "enablePullDownRefresh":false,//禁用下拉刷新 【Editby shaocx,2024-10-10】 "app-plus": { "height":"100%", "titleNView":false } } }, { "path":"pages/cylinderHead/cylinderHead", "style":{ "enablePullDownRefresh":false,//禁用下拉刷新 【Editby shaocx,2024-10-10】 "app-plus": { "height":"100%", "titleNView":false } } }, { "path":"pages/addSite/addSite", "style": { "app-plus": { "height":"100%", "titleNView":false } } }, { "path":"pages/addSite/addEmptySalver", "style": { "app-plus": { "height":"100%", "titleNView":false } } }, { "path":"pages/addSite/addEmptySalverStore", "style": { "app-plus": { "height":"100%", "titleNView":false } } }, { "path":"pages/task/task", "style": { "enablePullDownRefresh":false,//禁用下拉刷新 【Editby shaocx,2024-10-10】 "app-plus": { "height":"100%", "titleNView":false } } } ,{ "path" : "pages/hand/hand", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "云内", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "onReachBottomDistance": 100, "app-plus": { "background": "#efeff4" } }, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }