{ "easycom": { "autoscan": true, "custom": { "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { // "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/location", "style": { "navigationBarTitleText": "地址" } } ], "subPackages": [ { "root": "pagesOne", "pages": [ { "path": "winner/index", "style": { // "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "winner/uploadImage", "style": { "navigationBarTitleText": "批量上传照片" } }, { "path": "record/winnerList", "style": { "navigationBarTitleText": "奖励记录" } }, { "path": "record/recordList", "style": { "navigationBarTitleText": "上传记录", "navigationBarBackgroundColor": "#fff" } }, { "path": "record/claimList", "style": { "navigationBarTitleText": "快速理赔", "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh": true } }, { "path": "record/uploadDetail", "style": { "navigationBarTitleText": "上传记录详情" } }, { "path": "claim/apply", "style": { "navigationBarTitleText": "快速理赔申请" } }, { "path": "claim/graph", "style": { "navigationBarTitleText": "快速理赔申请" } }, { "path": "claim/uploadRecept", "style": { "navigationBarTitleText": "批量上传照片" } }, { "path": "claim/claimRecord", "style": { "navigationBarTitleText": "快速理赔", "navigationBarBackgroundColor": "#fff" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#A5AEC1", "selectedColor": "#1D212A", "backgroundColor": "#fff", "borderStyle": "white", "list": [ { "text": "首页", "pagePath": "pages/index/index", "iconPath": "static/images/home_default.png", "selectedIconPath": "static/images/home_selected.png" }, { "text": "提现", "pagePath": "pages/my/index", "iconPath": "static/images/withdraw-icon.png", "selectedIconPath": "static/images/withdraw-icon.png" } ] } }