app.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "pages": [
  3. "pages/chooseIdentity/index",
  4. "pages/login/login",
  5. "pages/index/index",
  6. "pages/mine/mine"
  7. ],
  8. "subPackages": [
  9. {
  10. "root": "pages/subPackages",
  11. "pages": [
  12. "carmange/add",
  13. "carmange/index",
  14. "scanCode/index",
  15. "noticeList/qy",
  16. "noticeList/sj",
  17. "yy_history/code",
  18. "yy_history/edit",
  19. "sj_history/detail",
  20. "sj_history/edit",
  21. "yy_history/index",
  22. "sj_history/index",
  23. "sj_yy/index",
  24. "qy_yy/index",
  25. "choosecar/index",
  26. "phoneRegister/index",
  27. "password/index"
  28. ],
  29. "network": "all"
  30. }
  31. ],
  32. "window": {
  33. "pageOrientation": "portrait",
  34. "navigationBarTitleText": "Hello uniapp",
  35. "navigationBarTextStyle": "black",
  36. "navigationBarBackgroundColor": "#FFFFFF",
  37. "backgroundColor": "#FFFFFF",
  38. "backgroundColorTop": "#FFFFFF",
  39. "backgroundColorBottom": "#F4F5F6"
  40. },
  41. "tabBar": {
  42. "color": "#7A7E83",
  43. "selectedColor": "#2527AA",
  44. "borderStyle": "black",
  45. "backgroundColor": "#F8F8F8",
  46. "list": [
  47. {
  48. "pagePath": "pages/index/index",
  49. "iconPath": "static/home.png",
  50. "selectedIconPath": "static/homeselect.png",
  51. "text": "首页"
  52. },
  53. {
  54. "pagePath": "pages/mine/mine",
  55. "iconPath": "static/mine.png",
  56. "selectedIconPath": "static/mineselect.png",
  57. "text": "我的"
  58. }
  59. ]
  60. },
  61. "permission": {
  62. "scope.userLocation": {
  63. "desc": "查询用户地理位置"
  64. }
  65. },
  66. "requiredPrivateInfos": [
  67. "getLocation"
  68. ],
  69. "usingComponents": {
  70. "van-empty": "/wxcomponents/weapp/dist/empty/index",
  71. "van-button": "/wxcomponents/weapp/dist/button/index",
  72. "van-toast": "/wxcomponents/weapp/dist/toast/index",
  73. "van-field": "/wxcomponents/weapp/dist/field/index",
  74. "van-popup": "/wxcomponents/weapp/dist/popup/index",
  75. "van-picker": "/wxcomponents/weapp/dist/picker/index",
  76. "van-dialog": "/wxcomponents/weapp/dist/dialog/index",
  77. "van-icon": "/wxcomponents/weapp/dist/icon/index",
  78. "van-tab": "/wxcomponents/weapp/dist/tab/index",
  79. "van-tabs": "/wxcomponents/weapp/dist/tabs/index",
  80. "van-row": "/wxcomponents/weapp/dist/row/index",
  81. "van-col": "/wxcomponents/weapp/dist/col/index"
  82. }
  83. }