| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | { |  |   "component": true, |  |   "usingComponents": { |  |     "t-avatar": "tdesign-miniprogram/avatar/avatar", |  |     "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell", |  |     "t-dialog": "tdesign-miniprogram/dialog/dialog" |  |   }, |  |   "navigationBarTitleText": "大禹节水", |  |   "navigationBarTextStyle": "white", |  |   "permission": {   |  |     "scope.camera": {   |  |       "desc": "使用摄像头扫描二维码" |  |     }  |  |   } |  | } | 
 |