app.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/order/order",
  5. "pages/income/income",
  6. "pages/my/my",
  7. "pages/allocation/allocation",
  8. "pages/orderDetail/orderDetail"
  9. ],
  10. "subPackages": [
  11. {
  12. "root": "service",
  13. "pages": [
  14. "serverTime/serverTime",
  15. "login/login",
  16. "enter/enter",
  17. "serveItem/serveItem",
  18. "notice/notice",
  19. "sweep/sweep",
  20. "toreItem/toreItem",
  21. "issue/issue",
  22. "applicant/applicant",
  23. "serviceStaff/serviceStaff",
  24. "serverDetail/serverDetail",
  25. "earnestMoney/earnestMoney",
  26. "bill/bill",
  27. "recharge/recharge",
  28. "balance/balance",
  29. "moneyRecord/moneyRecord",
  30. "withdraw/withdraw",
  31. "account/account",
  32. "bindAccount/bindAccount",
  33. "feedback/feedback",
  34. "exercise/exercise",
  35. "txAudit/txAudit",
  36. "txIntendant/txIntendant",
  37. "set/set",
  38. "storeInfo/storeInfo",
  39. "storeData/storeData",
  40. "yhq/yhq",
  41. "issueYhq/issueYhq",
  42. "info/info",
  43. "serveList/serveList",
  44. "servedetail/servedetail",
  45. "selfserveList/selfserveList",
  46. "aboutUs/aboutUs",
  47. "video/video",
  48. "comments/comments"
  49. ]
  50. }
  51. ],
  52. "window": {
  53. "backgroundTextStyle": "light",
  54. "navigationBarBackgroundColor": "#fff",
  55. "navigationBarTitleText": "",
  56. "navigationBarTextStyle": "black"
  57. },
  58. "tabBar": {
  59. "color": "#000",
  60. "selectedColor": "#6116FF",
  61. "list": [
  62. {
  63. "pagePath": "pages/index/index",
  64. "text": "首页",
  65. "iconPath": "static/tabbar/home.png",
  66. "selectedIconPath": "static/tabbar/home_active.png"
  67. },
  68. {
  69. "pagePath": "pages/order/order",
  70. "text": "订单",
  71. "iconPath": "static/tabbar/order.png",
  72. "selectedIconPath": "static/tabbar/order-active.png"
  73. },
  74. {
  75. "pagePath": "pages/income/income",
  76. "text": "收入",
  77. "iconPath": "static/tabbar/income.png",
  78. "selectedIconPath": "static/tabbar/income-active.png"
  79. },
  80. {
  81. "pagePath": "pages/my/my",
  82. "text": "我的",
  83. "iconPath": "static/tabbar/my.png",
  84. "selectedIconPath": "static/tabbar/my-active.png"
  85. }
  86. ]
  87. },
  88. "sitemapLocation": "sitemap.json",
  89. "requiredPrivateInfos":[
  90. "chooseLocation"
  91. ]
  92. }