pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationBarBackgroundColor": "#f8fafc",
  8. "navigationBarTextStyle": "black",
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "工作台",
  16. "navigationBarBackgroundColor": "#ffffff",
  17. "navigationBarTextStyle": "black",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/orders/list",
  23. "style": {
  24. "navigationBarTitleText": "订单管理",
  25. "navigationBarBackgroundColor": "#ffffff",
  26. "navigationBarTextStyle": "black",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/orders/detail",
  32. "style": {
  33. "navigationBarTitleText": "订单详情",
  34. "navigationBarBackgroundColor": "#ffffff",
  35. "navigationBarTextStyle": "black",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/device/list",
  41. "style": {
  42. "navigationBarTitleText": "设备管理",
  43. "navigationBarBackgroundColor": "#ffffff",
  44. "navigationBarTextStyle": "black",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/device/detail",
  50. "style": {
  51. "navigationBarTitleText": "设备详情",
  52. "navigationBarBackgroundColor": "#ffffff",
  53. "navigationBarTextStyle": "black",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/shop/list",
  59. "style": {
  60. "navigationBarTitleText": "门店管理",
  61. "navigationBarBackgroundColor": "#ffffff",
  62. "navigationBarTextStyle": "black",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/shop/detail",
  68. "style": {
  69. "navigationBarTitleText": "门店详情",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "navigationBarTextStyle": "black",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/products/list",
  77. "style": {
  78. "navigationBarTitleText": "商品管理",
  79. "navigationBarBackgroundColor": "#ffffff",
  80. "navigationBarTextStyle": "black",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/inventory/query",
  86. "style": {
  87. "navigationBarTitleText": "库存查询",
  88. "navigationBarBackgroundColor": "#ffffff",
  89. "navigationBarTextStyle": "black",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/my/my",
  95. "style": {
  96. "navigationBarTitleText": "我的",
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "navigationBarTextStyle": "black",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/checkin/index",
  104. "style": {
  105. "navigationBarTitleText": "签到打卡",
  106. "navigationBarBackgroundColor": "#ffffff",
  107. "navigationBarTextStyle": "black",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/checkin/records",
  113. "style": {
  114. "navigationBarTitleText": "签到记录",
  115. "navigationBarBackgroundColor": "#ffffff",
  116. "navigationBarTextStyle": "black",
  117. "navigationStyle": "custom"
  118. }
  119. }
  120. ],
  121. "globalStyle": {
  122. "navigationBarTextStyle": "black",
  123. "navigationBarTitleText": "哈哈运营平台",
  124. "navigationBarBackgroundColor": "#ffffff",
  125. "backgroundColor": "#f8fafc"
  126. },
  127. "tabBar": {
  128. "custom": true,
  129. "color": "#94a3b8",
  130. "selectedColor": "#10b981",
  131. "backgroundColor": "#ffffff",
  132. "borderStyle": "white",
  133. "height": "50px",
  134. "fontSize": "10px",
  135. "list": [
  136. {
  137. "pagePath": "pages/index/index",
  138. "text": "工作台",
  139. "iconPath": "static/tabbar/work.png",
  140. "selectedIconPath": "static/tabbar/work-active.png"
  141. },
  142. {
  143. "pagePath": "pages/orders/list",
  144. "text": "订单",
  145. "iconPath": "static/tabbar/order.png",
  146. "selectedIconPath": "static/tabbar/order-active.png"
  147. },
  148. {
  149. "pagePath": "pages/device/list",
  150. "text": "设备",
  151. "iconPath": "static/tabbar/device.png",
  152. "selectedIconPath": "static/tabbar/device-active.png"
  153. },
  154. {
  155. "pagePath": "pages/my/my",
  156. "text": "我的",
  157. "iconPath": "static/tabbar/my.png",
  158. "selectedIconPath": "static/tabbar/my-active.png"
  159. }
  160. ]
  161. }
  162. }