app.json 636 B

12345678910111213141516171819202122232425262728
  1. {
  2. "plugins": {},
  3. "pages": [
  4. "pages/welcome/welcome"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "dark",
  8. "navigationBarBackgroundColor": "#fff",
  9. "navigationBarTextStyle": "black",
  10. "navigationBarTitleText": "艾克斯朗学生端",
  11. "navigationStyle": "custom"
  12. },
  13. "networkTimeout": {
  14. "request": 10000,
  15. "connectSocket": 20000,
  16. "uploadFile": 20000,
  17. "downloadFile": 20000
  18. },
  19. "style": "v2",
  20. "sitemapLocation": "sitemap.json",
  21. "permission": {
  22. "scope.userLocation": {
  23. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  24. }
  25. },
  26. "usingComponents": {
  27. }
  28. }