app.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/my/index",
  5. "pages/my/huiBen_record/index",
  6. "pages/my/charge/index",
  7. "pages/my/userInfo/index",
  8. "pages/index/genHuiBen/index",
  9. "pages/index/genRes/index",
  10. "pages/my/pubCenter/index",
  11. "pages/my/jiangli/index",
  12. "pages/my/tuiguangDashi/index",
  13. "pages/my/yongjinDetail/index",
  14. "pages/my/cash/index",
  15. "pages/my/cashRecord/index",
  16. "pages/my/team/index",
  17. "pages/my/tuiguangHaibao/index",
  18. "pages/my/myRecord/index",
  19. "pages/my/kefu/index",
  20. "pages/my/aboutUs/index",
  21. "pages/my/protocol/index",
  22. "pages/index/filePre/index",
  23. "pages/my/roleManage/index",
  24. "pages/my/roleManageDetail/index"
  25. ],
  26. "subPackages": [],
  27. "window": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "uni-app",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8",
  32. "navigationStyle": "custom"
  33. },
  34. "tabBar": {
  35. "custom": true,
  36. "color": "black",
  37. "selectedColor": "#0000ff",
  38. "borderStyle": "black",
  39. "backgroundColor": "#fff",
  40. "fontSize": "12px",
  41. "spacing": "5px",
  42. "height": "50px",
  43. "list": [
  44. {
  45. "pagePath": "pages/index/index",
  46. "text": "首页",
  47. "iconPath": "static/tabbar/index.png",
  48. "selectedIconPath": "static/tabbar/index_a.png"
  49. },
  50. {
  51. "pagePath": "pages/my/index",
  52. "text": "我的",
  53. "iconPath": "static/tabbar/my.png",
  54. "selectedIconPath": "static/tabbar/my_a.png"
  55. }
  56. ]
  57. },
  58. "permission": {
  59. "scope.userLocation": {
  60. "desc": "用于小程序使用中为您提供位置信息"
  61. }
  62. },
  63. "requiredPrivateInfos": [
  64. "getLocation",
  65. "choosePoi",
  66. "chooseAddress",
  67. "chooseLocation"
  68. ],
  69. "usingComponents": {
  70. "nav-bar": "/components/navBar/index",
  71. "tab-bar": "/components/tabBar/index",
  72. "loading-page": "/components/loadingPage/index"
  73. }
  74. }