123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "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"
- }
- ]
- }
- }
|