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