app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "pages": [
  3. "pages/workark/workark",
  4. "pages/index/index",
  5. "pages/model/model",
  6. "pages/shop/shop",
  7. "pages/my/my",
  8. "pages/login/login",
  9. "pages/message/message",
  10. "pages/pdf/pdf"
  11. ],
  12. "subPackages": [
  13. {
  14. "root": "subPages/workarkPage",
  15. "pages": [
  16. "workarkDetail/workarkDetail",
  17. "coupon/coupon",
  18. "paymentStatus/paymentStatus"
  19. ]
  20. },
  21. {
  22. "root": "subPages/chatPage",
  23. "pages": [
  24. "chat/chat"
  25. ]
  26. },
  27. {
  28. "root": "subPages/shopPage",
  29. "pages": [
  30. "webview/webview",
  31. "payment/payment",
  32. "good/good",
  33. "cart/cart",
  34. "checkout/checkout",
  35. "addressList/addressList",
  36. "addressAdd/addressAdd",
  37. "orderList/orderList",
  38. "orderDetail/orderDetail",
  39. "express/express"
  40. ]
  41. },
  42. {
  43. "root": "subPages/indexPage",
  44. "pages": [
  45. "orderList/orderList",
  46. "orderDetail/orderDetail",
  47. "contractList/contractList",
  48. "invoiceList/invoiceList",
  49. "invoiceDetail/invoiceDetail",
  50. "noPermission/noPermission"
  51. ]
  52. },
  53. {
  54. "root": "subPages/myPage",
  55. "pages": [
  56. "myDetail/myDetail",
  57. "organization/organization",
  58. "download/download",
  59. "changeOrganization/changeOrganization",
  60. "chatList/chatList",
  61. "serveChat/serveChat"
  62. ]
  63. }
  64. ],
  65. "window": {
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "workark",
  68. "navigationBarBackgroundColor": "#fff"
  69. },
  70. "tabBar": {
  71. "color": "#7d7380",
  72. "selectedColor": "#3c9cff",
  73. "list": [
  74. {
  75. "pagePath": "pages/index/index",
  76. "iconPath": "static/images/tabbar/home.png",
  77. "selectedIconPath": "static/images/tabbar/home-active.png",
  78. "text": "工单"
  79. },
  80. {
  81. "pagePath": "pages/model/model",
  82. "iconPath": "/static/images/tabbar/shop.png",
  83. "selectedIconPath": "/static/images/tabbar/shop-active.png",
  84. "text": "环境"
  85. },
  86. {
  87. "pagePath": "pages/workark/workark",
  88. "iconPath": "/static/images/tabbar/workark.png",
  89. "selectedIconPath": "/static/images/tabbar/workark-active.png",
  90. "text": "workark"
  91. },
  92. {
  93. "pagePath": "pages/shop/shop",
  94. "iconPath": "static/images/tabbar/chat.png",
  95. "selectedIconPath": "static/images/tabbar/chat-active.png",
  96. "text": "商城"
  97. },
  98. {
  99. "pagePath": "pages/my/my",
  100. "iconPath": "static/images/tabbar/my.png",
  101. "selectedIconPath": "static/images/tabbar/my-active.png",
  102. "text": "我的"
  103. }
  104. ]
  105. },
  106. "lazyCodeLoading": "requiredComponents",
  107. "usingComponents": {}
  108. }