pages.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  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/device/replenisher-config",
  59. "style": {
  60. "navigationBarTitleText": "配置补货员",
  61. "navigationBarBackgroundColor": "#ffffff",
  62. "navigationBarTextStyle": "black",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/shop/list",
  68. "style": {
  69. "navigationBarTitleText": "门店管理",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "navigationBarTextStyle": "black",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/shop/detail",
  77. "style": {
  78. "navigationBarTitleText": "门店详情",
  79. "navigationBarBackgroundColor": "#ffffff",
  80. "navigationBarTextStyle": "black",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/products/list",
  86. "style": {
  87. "navigationBarTitleText": "配置上架商品",
  88. "navigationBarBackgroundColor": "#FFC107",
  89. "navigationBarTextStyle": "black",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/products/apply",
  95. "style": {
  96. "navigationBarTitleText": "新品申请",
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "navigationBarTextStyle": "black",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/products/apply-form",
  104. "style": {
  105. "navigationBarTitleText": "新品申请",
  106. "navigationBarBackgroundColor": "#ffffff",
  107. "navigationBarTextStyle": "black",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/products/apply-detail",
  113. "style": {
  114. "navigationBarTitleText": "申请详情",
  115. "navigationBarBackgroundColor": "#ffffff",
  116. "navigationBarTextStyle": "black",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/inventory/query",
  122. "style": {
  123. "navigationBarTitleText": "库存查询",
  124. "navigationBarBackgroundColor": "#ffffff",
  125. "navigationBarTextStyle": "black",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/inventory/warning",
  131. "style": {
  132. "navigationBarTitleText": "库存预警",
  133. "navigationBarBackgroundColor": "#ffffff",
  134. "navigationBarTextStyle": "black",
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/customer/list",
  140. "style": {
  141. "navigationBarTitleText": "客户管理",
  142. "navigationBarBackgroundColor": "#ffffff",
  143. "navigationBarTextStyle": "black",
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/customer/detail",
  149. "style": {
  150. "navigationBarTitleText": "客户详情",
  151. "navigationBarBackgroundColor": "#ffffff",
  152. "navigationBarTextStyle": "black",
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "pages/statistics/overview",
  158. "style": {
  159. "navigationBarTitleText": "数据统计",
  160. "navigationBarBackgroundColor": "#ffffff",
  161. "navigationBarTextStyle": "black",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/my/my",
  167. "style": {
  168. "navigationBarTitleText": "我的",
  169. "navigationBarBackgroundColor": "#ffffff",
  170. "navigationBarTextStyle": "black",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/checkin/index",
  176. "style": {
  177. "navigationBarTitleText": "签到打卡",
  178. "navigationBarBackgroundColor": "#ffffff",
  179. "navigationBarTextStyle": "black",
  180. "navigationStyle": "custom"
  181. }
  182. },
  183. {
  184. "path": "pages/checkin/records",
  185. "style": {
  186. "navigationBarTitleText": "签到记录",
  187. "navigationBarBackgroundColor": "#ffffff",
  188. "navigationBarTextStyle": "black",
  189. "navigationStyle": "custom"
  190. }
  191. },
  192. {
  193. "path": "pages/invite/index",
  194. "style": {
  195. "navigationBarTitleText": "邀请好友",
  196. "navigationBarBackgroundColor": "#ffffff",
  197. "navigationBarTextStyle": "black",
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "pages/invite/records",
  203. "style": {
  204. "navigationBarTitleText": "我的邀请",
  205. "navigationBarBackgroundColor": "#ffffff",
  206. "navigationBarTextStyle": "black",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "pages/distribution/index",
  212. "style": {
  213. "navigationBarTitleText": "分销中心",
  214. "navigationBarBackgroundColor": "#ffffff",
  215. "navigationBarTextStyle": "black",
  216. "navigationStyle": "custom"
  217. }
  218. },
  219. {
  220. "path": "pages/distribution/withdrawal",
  221. "style": {
  222. "navigationBarTitleText": "申请提现",
  223. "navigationBarBackgroundColor": "#ffffff",
  224. "navigationBarTextStyle": "black",
  225. "navigationStyle": "custom"
  226. }
  227. },
  228. {
  229. "path": "pages/distribution/records",
  230. "style": {
  231. "navigationBarTitleText": "提现记录",
  232. "navigationBarBackgroundColor": "#ffffff",
  233. "navigationBarTextStyle": "black",
  234. "navigationStyle": "custom"
  235. }
  236. },
  237. {
  238. "path": "pages/replenish/index",
  239. "style": {
  240. "navigationBarTitleText": "补货首页",
  241. "navigationBarBackgroundColor": "#ffffff",
  242. "navigationBarTextStyle": "black",
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path": "pages/replenish/operation",
  248. "style": {
  249. "navigationBarTitleText": "补货操作",
  250. "navigationBarBackgroundColor": "#ffffff",
  251. "navigationBarTextStyle": "black",
  252. "navigationStyle": "custom"
  253. }
  254. },
  255. {
  256. "path": "pages/replenish/bind",
  257. "style": {
  258. "navigationBarTitleText": "绑定微信",
  259. "navigationBarBackgroundColor": "#ffffff",
  260. "navigationBarTextStyle": "black",
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "style": {
  266. "navigationBarBackgroundColor": "#ffffff",
  267. "navigationBarTextStyle": "black",
  268. "navigationBarTitleText": "公告中心",
  269. "navigationStyle": "custom"
  270. },
  271. "path": "pages/announcement/list"
  272. },
  273. {
  274. "style": {
  275. "navigationBarBackgroundColor": "#ffffff",
  276. "navigationBarTextStyle": "black",
  277. "navigationBarTitleText": "人员管理",
  278. "navigationStyle": "custom"
  279. },
  280. "path": "pages/staff/list"
  281. },
  282. {
  283. "style": {
  284. "navigationBarBackgroundColor": "#ffffff",
  285. "navigationBarTextStyle": "black",
  286. "navigationBarTitleText": "编辑人员",
  287. "navigationStyle": "custom"
  288. },
  289. "path": "pages/staff/form"
  290. },
  291. {
  292. "style": {
  293. "navigationBarBackgroundColor": "#ffffff",
  294. "navigationBarTextStyle": "black",
  295. "navigationBarTitleText": "补货员管理",
  296. "navigationStyle": "custom"
  297. },
  298. "path": "pages/replenisher/list"
  299. },
  300. {
  301. "style": {
  302. "navigationBarBackgroundColor": "#ffffff",
  303. "navigationBarTextStyle": "black",
  304. "navigationBarTitleText": "编辑补货员",
  305. "navigationStyle": "custom"
  306. },
  307. "path": "pages/replenisher/form"
  308. },
  309. {
  310. "style": {
  311. "navigationBarBackgroundColor": "#ffffff",
  312. "navigationBarTextStyle": "black",
  313. "navigationBarTitleText": "设备绑定",
  314. "navigationStyle": "custom"
  315. },
  316. "path": "pages/replenisher/bind-device"
  317. }
  318. ],
  319. "globalStyle": {
  320. "navigationBarTextStyle": "black",
  321. "navigationBarTitleText": "哈哈运营平台",
  322. "navigationBarBackgroundColor": "#ffffff",
  323. "backgroundColor": "#f8fafc"
  324. },
  325. "tabBar": {
  326. "custom": true,
  327. "color": "#94a3b8",
  328. "selectedColor": "#FFC107",
  329. "backgroundColor": "#ffffff",
  330. "borderStyle": "white",
  331. "height": "50px",
  332. "fontSize": "10px",
  333. "list": [
  334. {
  335. "pagePath": "pages/index/index",
  336. "text": "工作台",
  337. "iconPath": "static/tabbar/work.png",
  338. "selectedIconPath": "static/tabbar/work-active.png"
  339. },
  340. {
  341. "pagePath": "pages/orders/list",
  342. "text": "订单",
  343. "iconPath": "static/tabbar/order.png",
  344. "selectedIconPath": "static/tabbar/order-active.png"
  345. },
  346. {
  347. "pagePath": "pages/device/list",
  348. "text": "设备",
  349. "iconPath": "static/tabbar/device.png",
  350. "selectedIconPath": "static/tabbar/device-active.png"
  351. },
  352. {
  353. "pagePath": "pages/my/my",
  354. "text": "我的",
  355. "iconPath": "static/tabbar/my.png",
  356. "selectedIconPath": "static/tabbar/my-active.png"
  357. }
  358. ]
  359. }
  360. }