app.json 2.2 KB

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