app.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/jwgk/index",
  5. "pages/jfsc/index",
  6. "pages/jfsc/jfmx",
  7. "pages/my/index",
  8. "pages/detail/index",
  9. "pages/detail/searchResult",
  10. "pages/detail/content"
  11. ],
  12. "subPackages": [
  13. {
  14. "root": "pageA",
  15. "pages": [
  16. "my/login",
  17. "my/reg",
  18. "my/profile"
  19. ]
  20. },
  21. {
  22. "root": "jyzPage",
  23. "pages": [
  24. "jyz/jyzdj",
  25. "jyz/csjl",
  26. "jyz/personjl",
  27. "jyz/qiyejl"
  28. ]
  29. },
  30. {
  31. "root": "product",
  32. "pages": [
  33. "product/card",
  34. "product/detail",
  35. "order/historyOrder",
  36. "order/dlq"
  37. ]
  38. }
  39. ],
  40. "window": {
  41. "navigationBarTextStyle": "black",
  42. "navigationBarTitleText": "uni-app",
  43. "navigationBarBackgroundColor": "#F8F8F8",
  44. "backgroundColor": "#F8F8F8"
  45. },
  46. "tabBar": {
  47. "color": "#999999",
  48. "selectedColor": "#000000",
  49. "borderStyle": "white",
  50. "backgroundColor": "#ffffff",
  51. "list": [
  52. {
  53. "pagePath": "pages/index/index",
  54. "iconPath": "static/nav/label_home_gray@2x.png",
  55. "selectedIconPath": "static/nav/label_home_color@2x.png",
  56. "text": "防范宣传"
  57. },
  58. {
  59. "pagePath": "pages/jwgk/index",
  60. "iconPath": "static/nav/label_open_gray@2x.png",
  61. "selectedIconPath": "static/nav/label_open_color@2x.png",
  62. "text": "警务公开"
  63. },
  64. {
  65. "pagePath": "pages/jfsc/index",
  66. "iconPath": "static/nav/label_points_gray@2x.png",
  67. "selectedIconPath": "static/nav/label_home_color@2xd.png",
  68. "text": "积分商城"
  69. },
  70. {
  71. "pagePath": "pages/my/index",
  72. "iconPath": "static/nav/label_my_gray@2x.png",
  73. "selectedIconPath": "static/nav/label_my_color@2x.png",
  74. "text": "我的"
  75. }
  76. ]
  77. },
  78. "usingComponents": {}
  79. }