pages.json 6.1 KB

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