app.json 434 B

12345678910111213141516171819
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/Authorize/Authorize"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "dark",
  8. "navigationBarBackgroundColor": "#28292D",
  9. "navigationBarTitleText": "疫康",
  10. "navigationBarTextStyle": "white"
  11. },
  12. "permission": {
  13. "scope.userLocation": {
  14. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  15. }
  16. },
  17. "sitemapLocation": "sitemap.json"
  18. }