app.json 862 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "pages": [
  3. "pages/choosePlatform/choosePlatform",
  4. "pages/Login/Login",
  5. "pages/test/test",
  6. "pages/newsSquare/newsSquare",
  7. "pages/publishNews/publishNews",
  8. "pages/managePage/managePage",
  9. "pages/myNews/myNews",
  10. "pages/newsDetail/newsDetail",
  11. "pages/userAgreement/userAgreement",
  12. "pages/privacyPolicy/privacyPolicy"
  13. ],
  14. "subPackages": [],
  15. "window": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "uni-app",
  18. "navigationBarBackgroundColor": "#F8F8F8",
  19. "backgroundColor": "#F8F8F8"
  20. },
  21. "permission": {
  22. "scope.userLocation": {
  23. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  24. }
  25. },
  26. "uniStatistics": {
  27. "enable": false
  28. },
  29. "requiredPrivateInfos": [
  30. "getFuzzyLocation"
  31. ],
  32. "usingComponents": {},
  33. "sitemapLocation": "sitemap.json"
  34. }