app.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/index/index",
  5. "pages/404/404",
  6. "pages/qr_code/qr_code",
  7. "pages/group/group",
  8. "pages/stat/stat",
  9. "pages/my/my",
  10. "pages/ruleSet/ruleSet",
  11. "pages/punchTime/punchTime",
  12. "pages/setPunchTime/setPunchTime",
  13. "pages/rulesDetail/rulesDetail",
  14. "pages/particulars/particulars",
  15. "pages/punchLocation/punchLocation",
  16. "pages/addLocation/addLocation",
  17. "pages/statDetail/statDetail",
  18. "pages/authentication/authentication",
  19. "pages/powerSet/powerSet",
  20. "pages/cardRecord/cardRecord",
  21. "pages/addRules/addRules",
  22. "pages/ruleName/ruleName",
  23. "pages/editRules/editRules",
  24. "pages/location/location"
  25. ],
  26. "subPackages": [],
  27. "window": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "uni-app",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8"
  32. },
  33. "tabBar": {
  34. "color": "#000",
  35. "selectedColor": "#0082FC",
  36. "backgroundColor": "#ffffff",
  37. "list": [
  38. {
  39. "pagePath": "pages/home/home",
  40. "iconPath": "static/home.png",
  41. "selectedIconPath": "static/home_active.png",
  42. "text": "首页"
  43. },
  44. {
  45. "pagePath": "pages/stat/stat",
  46. "iconPath": "static/stat.png",
  47. "selectedIconPath": "static/stat_active.png",
  48. "text": "统计"
  49. },
  50. {
  51. "pagePath": "pages/my/my",
  52. "iconPath": "static/my.png",
  53. "selectedIconPath": "static/my_active.png",
  54. "text": "我的"
  55. }
  56. ]
  57. },
  58. "lazyCodeLoading": "requiredComponents",
  59. "plugins": {
  60. "myPlugin": {
  61. "provider": "wx1549b963bbae9931",
  62. "version": "4.0.1"
  63. }
  64. },
  65. "permission": {
  66. "scope.userLocation": {
  67. "desc": "您的位置信息将用于记录打卡"
  68. }
  69. },
  70. "requiredPrivateInfos": [
  71. "getLocation",
  72. "chooseLocation"
  73. ],
  74. "usingComponents": {
  75. "login": "plugin://myPlugin/login",
  76. "drop-down": "/uni_modules/zwx-dropDown/components/zwx-dropDown/zwx-dropDown"
  77. }
  78. }