app.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "pages": [
  3. "pages/index",
  4. "pages/login",
  5. "pages/work",
  6. "pages/classify",
  7. "pages/mine",
  8. "pages/common/webview/index",
  9. "pages/common/textview/index"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages_mine/pages",
  14. "pages": [
  15. "avatar/index",
  16. "info/index",
  17. "info/edit",
  18. "pwd/index",
  19. "setting/index",
  20. "help/index",
  21. "about/index"
  22. ]
  23. },
  24. {
  25. "root": "pages_template/pages",
  26. "pages": [
  27. "wxCenter/index",
  28. "keyboardPay/index",
  29. "mallMenu/index2",
  30. "mallMenu/index1",
  31. "coupon/index",
  32. "login/index1",
  33. "login/index2",
  34. "citySelect/index",
  35. "submitBar/index",
  36. "comment/index",
  37. "comment/reply",
  38. "order/index",
  39. "login/code",
  40. "address/index",
  41. "address/addSite"
  42. ]
  43. },
  44. {
  45. "root": "pages_classify/pages",
  46. "pages": [
  47. "test/index"
  48. ]
  49. },
  50. {
  51. "root": "pages_qiun/pages",
  52. "pages": [
  53. "sport/index",
  54. "school/index",
  55. "finance/index",
  56. "main/index"
  57. ]
  58. },
  59. {
  60. "root": "pages_geek/pages",
  61. "pages": [
  62. "index/index",
  63. "code/index"
  64. ]
  65. }
  66. ],
  67. "window": {
  68. "navigationBarTextStyle": "black",
  69. "navigationBarTitleText": "RuoYi",
  70. "navigationBarBackgroundColor": "#FFFFFF"
  71. },
  72. "tabBar": {
  73. "color": "#000000",
  74. "selectedColor": "#000000",
  75. "borderStyle": "white",
  76. "backgroundColor": "#ffffff",
  77. "list": [
  78. {
  79. "pagePath": "pages/index",
  80. "iconPath": "static/images/tabbar/home.png",
  81. "selectedIconPath": "static/images/tabbar/home_.png",
  82. "text": "首页"
  83. },
  84. {
  85. "pagePath": "pages/work",
  86. "iconPath": "static/images/tabbar/work.png",
  87. "selectedIconPath": "static/images/tabbar/work_.png",
  88. "text": "工作台"
  89. },
  90. {
  91. "pagePath": "pages/classify",
  92. "iconPath": "static/images/tabbar/work.png",
  93. "selectedIconPath": "static/images/tabbar/work_.png",
  94. "text": "分类"
  95. },
  96. {
  97. "pagePath": "pages/mine",
  98. "iconPath": "static/images/tabbar/mine.png",
  99. "selectedIconPath": "static/images/tabbar/mine_.png",
  100. "text": "我的"
  101. }
  102. ]
  103. },
  104. "usingComponents": {}
  105. }