{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/Login/Login", "style": { "navigationStyle": "custom", "disableScroll": true } }, { "path": "pages/Login/loginWeixin", "style": { "navigationStyle": "custom" } }, // { // "path" : "pages/Charts/mainStatistics", // "style" : { // "navigationBarTitleText":"首页" // // "disableScroll": true // // "enablePullDownRefresh": true // } // }, { "path": "pages/select/select", "style": { "navigationBarTitleText": "查询" // "disableScroll": true // "enablePullDownRefresh": true } }, // { // "path" : "pages/Setting/Setting", // "style" : { // "navigationBarTitleText":"机器设置", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/singleStatistics", // "style" : { // "navigationBarTitleText":"单机统计", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/cleanRule", // "style" : { // "navigationBarTitleText":"清洗规则", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/pay", // "style" : { // "navigationBarTitleText":"支付", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/parameters", // "style" : { // "navigationBarTitleText":"参数类型", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/generalParameters", // "style" : { // "navigationBarTitleText":"通用参数", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/advancedParameters", // "style" : { // "navigationBarTitleText":"进阶参数", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/dayPay", // "style" : { // "navigationBarTitleText":"按日支付", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, // { // "path" : "pages/Setting/timesPay", // "style" : { // "navigationBarTitleText":"按次数支付", // // "disableScroll": true, // "enablePullDownRefresh": true // } // }, { "path": "pages/Insert/Insert", "style": { "navigationBarTitleText": "录入" } }, { "path": "pages/User/user", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/WeixinSwicth/WeixinSwicth", "style": { // "navigationStyle": "custom", "navigationBarTitleText": "微信绑定", "menuSrc": "static/img/leftTriangle.png", "enablePullDownRefresh": true // "disableScroll": true } }, // { // "path" : "pages/Setting/saoma", // "style" : { // "navigationBarTitleText": "扫码" // } // }, { "path": "pages/User/updataPassword", "style": { "navigationBarTitleText": "修改信息" } }, { "path": "pages/User/userList", "style": { "navigationBarTitleText": "用户列表" } }, { "path": "pages/User/userInfo", "style": { "navigationBarTitleText": "用户管理", "enablePullDownRefresh": true } }, { "path": "pages/User/addCode", "style": { "navigationBarTitleText": "添加编码", "enablePullDownRefresh": true } } , { "path": "pages/Insert/addModules", "style": { "navigationBarTitleText": "添加模块" } }, { "path": "pages/Insert/addMachine", "style": { "navigationBarTitleText": "添加机器" } }, { "path": "pages/Insert/updateModules", "style": { "navigationBarTitleText": "更换模块" } } , { "path": "pages/select/selectModules", "style": { "navigationBarTitleText": "模块查询" } }, { "path": "pages/select/selectMachine", "style": { "navigationBarTitleText": "机器查询" } }, { "path": "pages/update/update", "style": { "navigationBarTitleText": "反馈更换" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#206DC3", "backgroundColor": "#F8F8F8", "animationType": "slide-in-right", "animationDuration": 200 }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [{ "pagePath": "pages/select/select", "iconPath": "static/img/home.png", "selectedIconPath": "static/img/homeHL.png", "text": "查询" }, // { // "pagePath": "pages/User/merchantList", // "iconPath": "static/img/merchantList.png", // "selectedIconPath": "static/img/merchantListHL.png", // "text": "机器销售" // }, // { // { // "pagePath": "pages/User/equipmentStatusList", // "iconPath": "static/img/equipment.png", // "selectedIconPath": "static/img/equipmentHL.png", // "text": "机器状态" // }, { "pagePath": "pages/Insert/Insert", "iconPath": "static/img/equipment.png", "selectedIconPath": "static/img/equipmentHL.png", "text": "录入" }, { "pagePath": "pages/update/update", "iconPath": "static/img/equipmentSratisticsList.png", "selectedIconPath": "static/img/equipmentSratisticsListHL.png", "text": "反馈" }, { "pagePath": "pages/User/user", "iconPath": "static/img/user.png", "selectedIconPath": "static/img/userHL.png", "text": "我的" } ] } }