app.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "pages": [
  3. "pages/workark/workark",
  4. "pages/index/index",
  5. "pages/model/model",
  6. "pages/shopping/shopping",
  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/indexPage",
  29. "pages": [
  30. "orderList/orderList",
  31. "orderDetail/orderDetail",
  32. "contractList/contractList",
  33. "invoiceList/invoiceList",
  34. "invoiceDetail/invoiceDetail",
  35. "noPermission/noPermission"
  36. ]
  37. },
  38. {
  39. "root": "subPages/myPage",
  40. "pages": [
  41. "myDetail/myDetail",
  42. "organization/organization",
  43. "download/download",
  44. "changeOrganization/changeOrganization",
  45. "chatList/chatList",
  46. "serveChat/serveChat"
  47. ]
  48. }
  49. ],
  50. "window": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "workark",
  53. "navigationBarBackgroundColor": "#fff"
  54. },
  55. "tabBar": {
  56. "color": "#7d7380",
  57. "selectedColor": "#3c9cff",
  58. "list": [
  59. {
  60. "pagePath": "pages/index/index",
  61. "iconPath": "static/images/tabbar/home.png",
  62. "selectedIconPath": "static/images/tabbar/home-active.png",
  63. "text": "工单"
  64. },
  65. {
  66. "pagePath": "pages/model/model",
  67. "iconPath": "/static/images/tabbar/shop.png",
  68. "selectedIconPath": "/static/images/tabbar/shop-active.png",
  69. "text": "环境"
  70. },
  71. {
  72. "pagePath": "pages/workark/workark",
  73. "iconPath": "/static/images/tabbar/workark.png",
  74. "selectedIconPath": "/static/images/tabbar/workark-active.png",
  75. "text": "workark"
  76. },
  77. {
  78. "pagePath": "pages/message/message",
  79. "iconPath": "static/images/tabbar/chat.png",
  80. "selectedIconPath": "static/images/tabbar/chat-active.png",
  81. "text": "消息"
  82. },
  83. {
  84. "pagePath": "pages/my/my",
  85. "iconPath": "static/images/tabbar/my.png",
  86. "selectedIconPath": "static/images/tabbar/my-active.png",
  87. "text": "我的"
  88. }
  89. ]
  90. },
  91. "lazyCodeLoading": "requiredComponents",
  92. "usingComponents": {}
  93. }