pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "店铺首页",
  7. "navigationBarTextStyle": "black",
  8. "navigationBarBackgroundColor":"#ffcd00"
  9. }
  10. },
  11. {
  12. "path": "pages/public/login",
  13. "style":{
  14. "navigationBarTitleText": "登录",
  15. "navigationBarTextStyle": "black",
  16. "navigationBarBackgroundColor":"#ffffff",
  17. "enablePullDownRefresh":true
  18. }
  19. },
  20. {
  21. "path": "pages/public/resetpassword",
  22. "style":{
  23. "navigationBarTitleText": "找回密码"
  24. }
  25. },
  26. {
  27. "path":"pages/index/setting/setting",
  28. "style":{
  29. "navigationBarTitleText": "设置",
  30. "navigationBarBackgroundColor":"#ffffff",
  31. "navigationBarTextStyle": "black"
  32. }
  33. },
  34. {
  35. "path":"pages/index/userinfo/rolemenage",
  36. "style":{
  37. "navigationBarTitleText": "角色管理",
  38. "navigationBarBackgroundColor":"#ffffff",
  39. "navigationBarTextStyle": "black"
  40. }
  41. },
  42. {
  43. "path":"pages/index/userinfo/roleedit",
  44. "style":{
  45. "navigationBarTitleText": "编辑",
  46. "navigationBarBackgroundColor":"#ffffff",
  47. "navigationBarTextStyle": "black"
  48. }
  49. },
  50. {
  51. "path":"pages/index/userinfo/usermenage",
  52. "style":{
  53. "navigationBarTitleText": "用户管理",
  54. "navigationBarBackgroundColor":"#ffffff",
  55. "navigationBarTextStyle": "black",
  56. "enablePullDownRefresh": true
  57. }
  58. },
  59. {
  60. "path":"pages/index/userinfo/adduser",
  61. "style":{
  62. "navigationBarTitleText": "用户添加",
  63. "navigationBarBackgroundColor":"#ffffff",
  64. "navigationBarTextStyle": "black"
  65. }
  66. },
  67. {
  68. "path":"pages/index/setting/changepassword",
  69. "style":{
  70. "navigationBarTitleText": "修改密码",
  71. "navigationBarBackgroundColor":"#ffffff",
  72. "navigationBarTextStyle": "black"
  73. }
  74. },
  75. {
  76. "path":"pages/index/setting/cellme",
  77. "style":{
  78. "navigationBarTitleText": "联系我们",
  79. "navigationBarBackgroundColor":"#ffffff",
  80. "navigationBarTextStyle": "black"
  81. }
  82. },
  83. {
  84. "path":"pages/index/setting/notice",
  85. "style":{
  86. "navigationBarTitleText": "公告管理",
  87. "navigationBarBackgroundColor":"#ffffff",
  88. "navigationBarTextStyle": "black",
  89. "enablePullDownRefresh": true
  90. }
  91. },
  92. {
  93. "path":"pages/index/setting/editnotice",
  94. "style":{
  95. "navigationBarTitleText": "公告编辑",
  96. "navigationBarBackgroundColor":"#ffffff",
  97. "navigationBarTextStyle": "black"
  98. }
  99. },
  100. {
  101. "path": "pages/public/confirmpassword",
  102. "style":{
  103. "navigationBarTitleText": "找回密码",
  104. "navigationBarBackgroundColor":"#ffffff",
  105. "navigationBarTextStyle": "black"
  106. }
  107. },
  108. {
  109. "path":"pages/order/order",
  110. "style":{
  111. "navigationBarTitleText": "订单管理",
  112. "navigationBarTextStyle": "black",
  113. "navigationBarBackgroundColor":"#ffffff",
  114. "enablePullDownRefresh": true
  115. }
  116. },
  117. {
  118. "path":"pages/order/orderdetail",
  119. "style":{
  120. "navigationBarTitleText": "订单详情",
  121. "navigationBarTextStyle": "black",
  122. "navigationBarBackgroundColor":"#ffffff"
  123. }
  124. },
  125. {
  126. "path": "pages/index/conversion",
  127. "style":{
  128. "navigationBarTitleText": "订单兑换",
  129. "navigationBarBackgroundColor":"#ffffff",
  130. "navigationBarTextStyle": "black"
  131. }
  132. },
  133. {
  134. "path": "pages/goods/goods",
  135. "style": {
  136. "navigationBarTitleText": "商品管理",
  137. "navigationBarTextStyle": "black",
  138. "navigationBarBackgroundColor":"#ffffff",
  139. "enablePullDownRefresh": true
  140. }
  141. },
  142. {
  143. "path":"pages/goods/shopdetail",
  144. "style":{
  145. "navigationBarTitleText": "商品详情",
  146. "navigationBarTextStyle": "black",
  147. "navigationBarBackgroundColor":"#ffffff"
  148. }
  149. },
  150. {
  151. "path":"pages/goods/editclassify",
  152. "style":{
  153. "navigationBarTitleText": "新增自定义分类",
  154. "navigationBarBackgroundColor":"#ffffff",
  155. "navigationBarTextStyle": "black"
  156. }
  157. },
  158. {
  159. "path":"pages/goods/classify",
  160. "style":{
  161. "navigationBarTitleText": "管理自定义分类",
  162. "navigationBarBackgroundColor":"#ffffff",
  163. "navigationBarTextStyle": "black"
  164. }
  165. }
  166. ],
  167. "tabBar": {
  168. "color": "#b7b7b7",
  169. "selectedColor": "#7d66f3",
  170. "borderStyle": "black",
  171. "backgroundColor": "#ffffff",
  172. "custom": true,
  173. "list": [{
  174. "pagePath": "pages/index/index",
  175. "text": "店铺首页",
  176. "iconPath": "static/images/index.png",
  177. "selectedIconPath": "static/images/index_active.png"
  178. },
  179. {
  180. "pagePath":"pages/order/order",
  181. "text": "订单管理",
  182. "iconPath":"static/images/order.png",
  183. "selectedIconPath": "static/images/order_active.png"
  184. },
  185. {
  186. "pagePath": "pages/goods/goods",
  187. "text": "商品管理",
  188. "iconPath": "static/images/shop.png",
  189. "selectedIconPath": "static/images/shop_active.png"
  190. }]
  191. }
  192. }