| 123456789101112131415161718 |
- {
- "pages": [
- "pages/index/index",
- "pages/authorization/authorization"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取您的当前位置"
- }
- },
- "usingComponents": {}
- }
|