pages.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. {
  2. "pages": [
  3. {
  4. "path": "admin/home/console",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "admin/home/workbench",
  11. "style": {
  12. "navigationBarTitleText": "工作台"
  13. }
  14. },
  15. {
  16. "path": "admin/home/order",
  17. "style": {
  18. "navigationBarTitleText": "订单"
  19. }
  20. },
  21. {
  22. "path": "admin/home/member",
  23. "style": {
  24. "navigationBarTitleText": "客户"
  25. }
  26. },
  27. {
  28. "path": "common/redirect",
  29. "style": {
  30. "navigationBarTitleText": "加载中..."
  31. }
  32. },
  33. {
  34. "path": "common/webview",
  35. "style": {
  36. "navigationBarBackgroundColor": "#ffffff",
  37. "navigationBarTextStyle": "black"
  38. }
  39. }
  40. ],
  41. "subPackages": [
  42. {
  43. "root": "admin/order",
  44. "pages": [
  45. {
  46. "path": "detail",
  47. "style": {
  48. "navigationBarTitleText": "详情"
  49. }
  50. },
  51. {
  52. "path": "ship",
  53. "style": {
  54. "navigationBarTitleText": "发货"
  55. }
  56. },
  57. {
  58. "path": "fill-form",
  59. "style": {
  60. "navigationBarTitleText": "填写收花人"
  61. }
  62. }
  63. ]
  64. },
  65. {
  66. "root": "admin/official",
  67. "pages": [
  68. {
  69. "path": "index",
  70. "style": {
  71. "navigationBarTitleText": "花卉宝"
  72. }
  73. }
  74. ]
  75. },
  76. {
  77. "root": "admin/member",
  78. "pages": [
  79. {
  80. "path": "add",
  81. "style": {
  82. "navigationBarTitleText": "添加客户"
  83. }
  84. },
  85. {
  86. "path": "detail",
  87. "style": {
  88. "navigationBarTitleText": "客户详情"
  89. }
  90. }
  91. ]
  92. },
  93. {
  94. "root": "admin/interest",
  95. "pages": [
  96. {
  97. "path": "invite",
  98. "style": {
  99. "navigationBarTitleText": "邀请列表"
  100. }
  101. },
  102. {
  103. "path": "my-invite",
  104. "style": {
  105. "navigationBarTitleText": "我的邀请"
  106. }
  107. },
  108. {
  109. "path": "setting",
  110. "style": {
  111. "navigationBarTitleText": "奖励设置"
  112. }
  113. }
  114. ]
  115. },
  116. {
  117. "root": "admin/coupon",
  118. "pages": [
  119. {
  120. "path": "list",
  121. "style": {
  122. "navigationBarTitleText": "优惠券"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "root": "admin/ad",
  129. "pages": [
  130. {
  131. "path": "list",
  132. "style": {
  133. "navigationBarTitleText": "广告列表"
  134. }
  135. },
  136. {
  137. "path": "add",
  138. "style": {
  139. "navigationBarTitleText": "添加广告"
  140. }
  141. },
  142. {
  143. "path": "sel-goods",
  144. "style": {
  145. "navigationBarTitleText": "商品选择"
  146. }
  147. }
  148. ]
  149. },
  150. {
  151. "root": "admin/staff",
  152. "pages": [
  153. {
  154. "path": "list",
  155. "style": {
  156. "navigationBarTitleText": "员工管理"
  157. }
  158. },
  159. {
  160. "path": "add",
  161. "style": {
  162. "navigationBarTitleText": ""
  163. }
  164. },
  165. {
  166. "path": "sel-member",
  167. "style": {
  168. "navigationBarTitleText": "客户列表"
  169. }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "admin/shop",
  175. "pages": [
  176. {
  177. "path": "list",
  178. "style": {
  179. "navigationBarTitleText": "店铺管理"
  180. }
  181. },
  182. {
  183. "path": "add",
  184. "style": {
  185. "navigationBarTitleText": ""
  186. }
  187. }
  188. ]
  189. },
  190. {
  191. "root": "admin/setting",
  192. "pages": [
  193. {
  194. "path": "list",
  195. "style": {
  196. "navigationBarTitleText": "设置"
  197. }
  198. },
  199. {
  200. "path": "wx-menu",
  201. "style": {
  202. "navigationBarTitleText": "微信菜单设置"
  203. }
  204. },
  205. {
  206. "path": "coupon",
  207. "style": {
  208. "navigationBarTitleText": "新人领券设置"
  209. }
  210. },
  211. {
  212. "path": "level",
  213. "style": {
  214. "navigationBarTitleText": "会员等级设置"
  215. }
  216. },
  217. {
  218. "path": "password",
  219. "style": {
  220. "navigationBarTitleText": "密码设置"
  221. }
  222. }
  223. ]
  224. },
  225. {
  226. "root": "admin/goodsManage",
  227. "pages": [
  228. {
  229. "path": "list",
  230. "style": {
  231. "navigationBarTitleText": "商品管理"
  232. }
  233. },
  234. {
  235. "path": "category",
  236. "style": {
  237. "navigationBarTitleText": "分类管理"
  238. }
  239. },
  240. {
  241. "path": "add",
  242. "style": {
  243. "navigationBarTitleText": "添加商品"
  244. }
  245. },
  246. {
  247. "path": "img-store",
  248. "style": {
  249. "navigationBarTitleText": "图库管理"
  250. }
  251. },
  252. {
  253. "path": "goods-name",
  254. "style": {
  255. "navigationBarTitleText": "填写商品信息"
  256. }
  257. },
  258. {
  259. "path": "freight",
  260. "style": {
  261. "navigationBarTitleText": "运费设置"
  262. }
  263. },
  264. {
  265. "path": "price-increase",
  266. "style": {
  267. "navigationBarTitleText": "节假日自动涨价"
  268. }
  269. }
  270. ]
  271. },
  272. {
  273. "root": "admin/statistics",
  274. "pages": [
  275. {
  276. "path": "index",
  277. "style": {
  278. "navigationBarTitleText": "数据统计"
  279. }
  280. }
  281. ]
  282. },
  283. {
  284. "root": "admin/assets",
  285. "pages": [
  286. {
  287. "path": "list",
  288. "style": {
  289. "navigationBarTitleText": "收入明细"
  290. }
  291. }
  292. ]
  293. },
  294. {
  295. "root": "pages/chat",
  296. "pages": [
  297. {
  298. "path": "index",
  299. "style": {
  300. "navigationBarTitleText": "客服",
  301. "enablePullDownRefresh": true
  302. }
  303. }
  304. ]
  305. },
  306. {
  307. "root": "admin/template",
  308. "pages": [
  309. {
  310. "path": "index",
  311. "style": {
  312. "navigationBarTitleText": "选择模板"
  313. }
  314. }
  315. ]
  316. }
  317. ],
  318. "globalStyle": {
  319. // #ifdef H5
  320. "navigationStyle": "custom",
  321. // #endif
  322. "navigationBarBackgroundColor": "#fff",
  323. "navigationBarTitleText": "花卉宝",
  324. "navigationBarTextStyle": "black"
  325. },
  326. "tabBar": {
  327. "color": "#C0C4CC",
  328. "selectedColor": "#3385FF",
  329. "borderStyle": "black",
  330. "backgroundColor": "#ffffff",
  331. "list": [{
  332. "pagePath": "admin/home/workbench",
  333. "iconPath": "static/images/admin/workbench-no.png",
  334. "selectedIconPath": "static/images/admin/workbench-is.png",
  335. "text": "工作台"
  336. },
  337. {
  338. "pagePath": "admin/home/order",
  339. "iconPath": "static/images/admin/order-no.png",
  340. "selectedIconPath": "static/images/admin/order-is.png",
  341. "text": "订单"
  342. },
  343. {
  344. "pagePath": "admin/home/member",
  345. "iconPath": "static/images/admin/member-no.png",
  346. "selectedIconPath": "static/images/admin/member-is.png",
  347. "text": "客户"
  348. }
  349. ]
  350. }
  351. }