pages.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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. "path": "pay",
  76. "style": {
  77. "navigationBarTitleText": "支付"
  78. }
  79. },
  80. {
  81. "path": "apply",
  82. "style": {
  83. "navigationBarTitleText": "申请"
  84. }
  85. },
  86. {
  87. "path": "callback",
  88. "style": {
  89. "navigationBarTitleText": "回调"
  90. }
  91. }
  92. ]
  93. },
  94. {
  95. "root": "admin/member",
  96. "pages": [
  97. {
  98. "path": "add",
  99. "style": {
  100. "navigationBarTitleText": "添加客户"
  101. }
  102. },
  103. {
  104. "path": "detail",
  105. "style": {
  106. "navigationBarTitleText": "客户详情"
  107. }
  108. }
  109. ]
  110. },
  111. {
  112. "root": "admin/interest",
  113. "pages": [
  114. {
  115. "path": "invite",
  116. "style": {
  117. "navigationBarTitleText": "邀请列表"
  118. }
  119. },
  120. {
  121. "path": "my-invite",
  122. "style": {
  123. "navigationBarTitleText": "我的邀请"
  124. }
  125. },
  126. {
  127. "path": "setting",
  128. "style": {
  129. "navigationBarTitleText": "奖励设置"
  130. }
  131. }
  132. ]
  133. },
  134. {
  135. "root": "admin/coupon",
  136. "pages": [
  137. {
  138. "path": "list",
  139. "style": {
  140. "navigationBarTitleText": "优惠券"
  141. }
  142. }
  143. ]
  144. },
  145. {
  146. "root": "admin/ad",
  147. "pages": [
  148. {
  149. "path": "list",
  150. "style": {
  151. "navigationBarTitleText": "广告列表"
  152. }
  153. },
  154. {
  155. "path": "add",
  156. "style": {
  157. "navigationBarTitleText": "添加广告"
  158. }
  159. },
  160. {
  161. "path": "sel-goods",
  162. "style": {
  163. "navigationBarTitleText": "商品选择"
  164. }
  165. }
  166. ]
  167. },
  168. {
  169. "root": "admin/staff",
  170. "pages": [
  171. {
  172. "path": "list",
  173. "style": {
  174. "navigationBarTitleText": "员工管理"
  175. }
  176. },
  177. {
  178. "path": "add",
  179. "style": {
  180. "navigationBarTitleText": ""
  181. }
  182. },
  183. {
  184. "path": "sel-member",
  185. "style": {
  186. "navigationBarTitleText": "客户列表"
  187. }
  188. }
  189. ]
  190. },
  191. {
  192. "root": "admin/shop",
  193. "pages": [
  194. {
  195. "path": "list",
  196. "style": {
  197. "navigationBarTitleText": "店铺管理"
  198. }
  199. },
  200. {
  201. "path": "add",
  202. "style": {
  203. "navigationBarTitleText": ""
  204. }
  205. }
  206. ]
  207. },
  208. {
  209. "root": "admin/setting",
  210. "pages": [
  211. {
  212. "path": "list",
  213. "style": {
  214. "navigationBarTitleText": "设置"
  215. }
  216. },
  217. {
  218. "path": "wx-menu",
  219. "style": {
  220. "navigationBarTitleText": "微信菜单设置"
  221. }
  222. },
  223. {
  224. "path": "coupon",
  225. "style": {
  226. "navigationBarTitleText": "新人领券设置"
  227. }
  228. },
  229. {
  230. "path": "level",
  231. "style": {
  232. "navigationBarTitleText": "会员等级设置"
  233. }
  234. },
  235. {
  236. "path": "password",
  237. "style": {
  238. "navigationBarTitleText": "密码设置"
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "admin/goodsManage",
  245. "pages": [
  246. {
  247. "path": "list",
  248. "style": {
  249. "navigationBarTitleText": "商品管理"
  250. }
  251. },
  252. {
  253. "path": "category",
  254. "style": {
  255. "navigationBarTitleText": "分类管理"
  256. }
  257. },
  258. {
  259. "path": "add",
  260. "style": {
  261. "navigationBarTitleText": "添加商品"
  262. }
  263. },
  264. {
  265. "path": "img-store",
  266. "style": {
  267. "navigationBarTitleText": "图库管理"
  268. }
  269. },
  270. {
  271. "path": "goods-name",
  272. "style": {
  273. "navigationBarTitleText": "填写商品信息"
  274. }
  275. },
  276. {
  277. "path": "freight",
  278. "style": {
  279. "navigationBarTitleText": "运费设置"
  280. }
  281. },
  282. {
  283. "path": "price-increase",
  284. "style": {
  285. "navigationBarTitleText": "节假日自动涨价"
  286. }
  287. }
  288. ]
  289. },
  290. {
  291. "root": "admin/adminShop",
  292. "pages": [
  293. {
  294. "path": "bind",
  295. "style": {
  296. "navigationBarTitleText": "管理员绑定"
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. "root": "admin/assets",
  303. "pages": [
  304. {
  305. "path": "list",
  306. "style": {
  307. "navigationBarTitleText": "收入明细"
  308. }
  309. }
  310. ]
  311. },
  312. {
  313. "root": "admin/chat",
  314. "pages": [
  315. {
  316. "path": "index",
  317. "style": {
  318. "navigationBarTitleText": "客服",
  319. "enablePullDownRefresh": true
  320. }
  321. }
  322. ]
  323. },
  324. {
  325. "root": "admin/template",
  326. "pages": [
  327. {
  328. "path": "index",
  329. "style": {
  330. "navigationBarTitleText": "选择模板"
  331. }
  332. }
  333. ]
  334. }
  335. ],
  336. "globalStyle": {
  337. // #ifdef H5
  338. "navigationStyle": "custom",
  339. // #endif
  340. "navigationBarBackgroundColor": "#fff",
  341. "navigationBarTitleText": "花卉宝",
  342. "navigationBarTextStyle": "black"
  343. },
  344. "tabBar": {
  345. "color": "#C0C4CC",
  346. "selectedColor": "#3385FF",
  347. "borderStyle": "black",
  348. "backgroundColor": "#ffffff",
  349. "list": [{
  350. "pagePath": "admin/home/workbench",
  351. "iconPath": "static/images/admin/workbench-no.png",
  352. "selectedIconPath": "static/images/admin/workbench-is.png",
  353. "text": "工作台"
  354. },
  355. {
  356. "pagePath": "admin/home/order",
  357. "iconPath": "static/images/admin/order-no.png",
  358. "selectedIconPath": "static/images/admin/order-is.png",
  359. "text": "订单"
  360. },
  361. {
  362. "pagePath": "admin/home/member",
  363. "iconPath": "static/images/admin/member-no.png",
  364. "selectedIconPath": "static/images/admin/member-is.png",
  365. "text": "客户"
  366. }
  367. ]
  368. }
  369. }