pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. {
  2. "pages": [
  3. {"path": "admin/home/workbench","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
  4. {"path": "admin/home/result","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
  5. {"path": "admin/home/callback","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
  6. {"path": "admin/home/console","style": {"navigationBarTitleText": ""}},
  7. {"path": "admin/home/order","style": {"navigationBarTitleText": "订单","enablePullDownRefresh": true}},
  8. {"path": "admin/home/member","style": {"navigationBarTitleText": "客户","enablePullDownRefresh": true}},
  9. {"path": "admin/home/apply","style": {"navigationBarTitleText": "应用","enablePullDownRefresh": true}},
  10. {"path": "admin/home/me","style": {"navigationBarTitleText": "我的","enablePullDownRefresh": true,"navigationStyle": "custom"}},
  11. {"path": "admin/home/mall","style": {"navigationBarTitleText": "商城"}},
  12. {"path": "common/redirect","style": {"navigationBarTitleText": "加载中..."}},
  13. {"path": "common/webview","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
  14. {"path": "common/pageSuccess","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
  15. {"path": "common/success","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
  16. ],
  17. "subPackages": [
  18. {
  19. "root": "admin/tools",
  20. "pages": [
  21. {"path": "blue","style": {"navigationBarTitleText": "蓝牙管理"}}
  22. ]
  23. },
  24. {
  25. "root": "admin/ptItem",
  26. "pages": [
  27. {"path": "itemList","style": {"navigationBarTitleText": "平台花材列表","onReachBottonDistance":20}}
  28. ]
  29. },
  30. {
  31. "root": "admin/shopYeChange",
  32. "pages": [
  33. {"path": "list","style": {"navigationBarTitleText": "余额明细"}}
  34. ]
  35. },
  36. {
  37. "root": "admin/custom",
  38. "pages": [
  39. {"path": "selectCustom","style": {"navigationBarTitleText": "选择客户"}},
  40. {"path": "levelSet","style": {"navigationBarTitleText": "客户等级标准"}},
  41. {"path": "visit","style": {"navigationBarTitleText": "今日访客"}}
  42. ]
  43. },
  44. {
  45. "root": "pagesClient",
  46. "pages": [
  47. {"path": "member/add","style": {"navigationBarTitleText": "添加客户"}},
  48. {"path": "member/detail","style": {"navigationBarTitleText": "客户详情"}},
  49. {"path": "member/bind","style": {"navigationBarTitleText": "绑定微信"}},
  50. {"path": "official/index","style": {"navigationBarTitleText": "销花宝"}},
  51. {"path": "official/pay","style": {"navigationBarTitleText": "支付"}},
  52. {"path": "official/apply","style": {"navigationBarTitleText": "申请"}},
  53. {"path": "official/clientApply","style": {"navigationBarTitleText": "结果"}},
  54. {"path": "official/clientResult","style": {"navigationBarTitleText": "提交审核"}},
  55. {"path": "official/renewal","style": {"navigationBarTitleText": "续期"}},
  56. {"path": "official/callback","style": {"navigationBarTitleText": "回调"}},
  57. {"path": "official/latest-shop","style": {"navigationBarTitleText": "最近访问"}},
  58. {"path": "official/result","style": {"navigationBarTitleText": "结果"}},
  59. {"path": "official/warn","style": {"navigationBarTitleText": "开启微信提醒"}}
  60. ]
  61. },
  62. {
  63. "root": "pagesShare",
  64. "pages": [
  65. {"path": "pay","style": {"navigationBarTitleText": "付款"}}
  66. ]
  67. },
  68. {
  69. "root": "pagesOrder",
  70. "pages": [
  71. {"path": "detail","style": {"navigationBarTitleText": "订单详情", "enablePullDownRefresh": true}},
  72. {"path": "refund","style": {"navigationBarTitleText": "退款"}},
  73. {"path": "refundMsg","style": {"navigationBarTitleText": "退款"}},
  74. {"path": "ship","style": {"navigationBarTitleText": "发货"}},
  75. {"path": "shipInfo","style": {"navigationBarTitleText": "发货"}},
  76. {"path": "select","style": {"navigationBarTitleText": "重选花材"}},
  77. {"path": "print","style": {"navigationBarTitleText": "连接蓝牙"}}
  78. ]
  79. },
  80. {
  81. "root": "pagesStore",
  82. "pages": [
  83. {"path": "me/withdraw","style": {"navigationBarTitleText": "提现记录"}},
  84. {"path": "me/incomeExpenses","style": {"navigationBarTitleText": "收支记录"}},
  85. {"path": "me/recharge","style": {"navigationBarTitleText": "充值"}},
  86. {"path": "me/rechargeList","style": {"navigationBarTitleText": "充值记录"}},
  87. {"path": "me/cashSet","style": {"navigationBarTitleText": "提现账号"}},
  88. {"path": "me/expressSet","style": {"navigationBarTitleText": "快递设置"}},
  89. {"path": "me/rechargeSuccess","style": {"navigationBarTitleText": "充值成功"}}
  90. ]
  91. },
  92. {
  93. "root": "admin/changePrice",
  94. "pages": [
  95. {"path": "list","style": {"navigationBarTitleText": "批量改价"}}
  96. ]
  97. },
  98. {
  99. "root": "admin/ghs",
  100. "pages": [
  101. {"path": "shop","style": {"navigationBarTitleText": "供应商"}}
  102. ]
  103. },
  104. {
  105. "root": "admin/breakage",
  106. "pages": [
  107. {"path": "list","style": {"navigationBarTitleText": "报损单","enablePullDownRefresh": true}},
  108. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  109. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  110. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  111. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  112. ]
  113. },
  114. {
  115. "root": "admin/coupon",
  116. "pages": [
  117. {"path": "list","style": {"navigationBarTitleText": "优惠券"}}
  118. ]
  119. },
  120. {
  121. "root": "admin/ad",
  122. "pages": [
  123. {"path": "list","style": {"navigationBarTitleText": "广告列表"}},
  124. {"path": "add","style": {"navigationBarTitleText": "添加广告"}},
  125. {"path": "sel-goods","style": {"navigationBarTitleText": "商品选择"}}
  126. ]
  127. },
  128. {
  129. "root": "admin/staff",
  130. "pages": [
  131. {"path": "list","style": {"navigationBarTitleText": "员工管理"}},
  132. {"path": "add","style": {"navigationBarTitleText": ""}},
  133. {"path": "sel-member","style": {"navigationBarTitleText": "客户列表"}},
  134. {"path": "achieve","style": {"navigationBarTitleText": "员工业绩"}}
  135. ]
  136. },
  137. {
  138. "root": "admin/shop",
  139. "pages": [
  140. {"path": "list","style": {"navigationBarTitleText": "店铺管理"}},
  141. {"path": "add","style": {"navigationBarTitleText": ""}},
  142. {"path": "print","style": {"navigationBarTitleText": "云打印"}},
  143. {"path": "trumpet","style": {"navigationBarTitleText": "云喇叭设置"}},
  144. {"path": "changeShop","style": {"navigationBarTitleText": "切换门店"}},
  145. {"path": "sk","style": {"navigationBarTitleText": "零售店设置"}},
  146. {"path": "password","style": {"navigationBarTitleText": "密码修改"}}
  147. ]
  148. },
  149. {
  150. "root": "admin/jc",
  151. "pages": [
  152. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  153. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  154. ]
  155. },
  156. {
  157. "root": "admin/setting",
  158. "pages": [
  159. {"path": "list","style": {"navigationBarTitleText": "设置"}},
  160. {"path": "wx-menu","style": {"navigationBarTitleText": "公众号菜单设置"}},
  161. {"path": "coupon","style": {"navigationBarTitleText": "新客优惠"}},
  162. {"path": "level","style": {"navigationBarTitleText": "客户等级设置"}},
  163. {"path": "password","style": {"navigationBarTitleText": "密码设置"}}
  164. ]
  165. },
  166. {
  167. "root": "admin/goodsManage",
  168. "pages": [
  169. {"path": "list","style": {"navigationBarTitleText": "商品管理"}},
  170. {"path": "category","style": {"navigationBarTitleText": "分类管理"}},
  171. {"path": "add","style": {"navigationBarTitleText": "添加商品"}},
  172. {"path": "img-store","style": {"navigationBarTitleText": "图库管理"}},
  173. {"path": "goods-name","style": {"navigationBarTitleText": "填写商品信息"}},
  174. {"path": "freight","style": {"navigationBarTitleText": "运费设置"}},
  175. {"path": "price-increase","style": {"navigationBarTitleText": "节假日自动涨价"}}
  176. ]
  177. },
  178. {
  179. "root": "admin/shopAdmin",
  180. "pages": [
  181. {"path": "bind","style": {"navigationBarTitleText": "管理员绑定"}}
  182. ]
  183. },
  184. {
  185. "root": "admin/assets",
  186. "pages": [
  187. {"path": "list","style": {"navigationBarTitleText": "收入明细"}}
  188. ]
  189. },
  190. {
  191. "root": "admin/chat",
  192. "pages": [
  193. {"path": "index","style": {"navigationBarTitleText": "客服","enablePullDownRefresh": true}}
  194. ]
  195. },
  196. {
  197. "root": "admin/template",
  198. "pages": [
  199. {"path": "index","style": {"navigationBarTitleText": "选择模板"}}
  200. ]
  201. },
  202. {
  203. "root": "admin/statistics",
  204. "pages": [
  205. {"path": "profit","style": {"navigationBarTitleText": "利润表"}},
  206. {"path": "productSale","style": {"navigationBarTitleText": "花材销售榜"}},
  207. {"path": "kdIncome","style": {"navigationBarTitleText": "开单收入统计"}},
  208. {"path": "customSale","style": {"navigationBarTitleText": "客户下单排行"}},
  209. {"path": "incomeStat","style": {"navigationBarTitleText": "应收款"}},
  210. {"path": "cgStat","style": {"navigationBarTitleText": "采购统计"}},
  211. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}}
  212. ]
  213. },
  214. {
  215. "root": "admin/billing",
  216. "pages": [
  217. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  218. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  219. { "path": "result", "style": { "navigationBarTitleText": "开单结果" } },
  220. { "path": "affirm", "style": { "navigationBarTitleText": "确认下单" } },
  221. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  222. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } },
  223. {"path": "toPay","style": {"navigationBarTitleText": "等待付款"}}
  224. ]
  225. },
  226. {
  227. "root": "pagesStorehouse/shop/",
  228. "pages": [
  229. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  230. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  231. ]
  232. },
  233. {
  234. "root": "pagesStorehouse/inventory/",
  235. "pages": [
  236. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  237. { "path": "details", "style": { "navigationBarTitleText": "盘点详情" } },
  238. { "path": "update", "style": { "navigationBarTitleText": "新增" } },
  239. { "path": "select", "style": { "navigationBarTitleText": "盘点花材" } }
  240. ]
  241. },
  242. {
  243. "root": "pagesStorehouse/allot/",
  244. "pages": [
  245. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  246. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  247. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  248. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  249. { "path": "putDetails", "style": { "navigationBarTitleText": "入库详情" } },
  250. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } }
  251. ]
  252. },
  253. {
  254. "root": "pagesStorehouse/flower/",
  255. "pages": [
  256. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  257. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  258. ]
  259. },
  260. {
  261. "root": "pagesStorehouse/stockWarn/",
  262. "pages": [
  263. { "path": "manage", "style": { "navigationBarTitleText": "库存预警" } },
  264. { "path": "detailed", "style": { "navigationBarTitleText": "库存明细", "enablePullDownRefresh": true } }
  265. ]
  266. },
  267. {
  268. "root": "pagesPurchase",
  269. "pages": [
  270. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  271. { "path": "add", "style": { "navigationBarTitleText": "新增采购单", "enablePullDownRefresh": true } },
  272. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  273. { "path": "components/pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  274. { "path": "order", "style": { "navigationBarTitleText": "采购订单", "enablePullDownRefresh": true } },
  275. { "path": "supplier", "style": { "navigationBarTitleText": "供应商", "enablePullDownRefresh": true } },
  276. { "path": "suppAdd", "style": { "navigationBarTitleText": "添加供应商", "enablePullDownRefresh": true } },
  277. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } }
  278. ]
  279. },
  280. {
  281. "root": "pagesArrears",
  282. "pages": [
  283. { "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
  284. { "path": "details", "style": { "navigationBarTitleText": "欠款明细", "enablePullDownRefresh": true } }
  285. ]
  286. },
  287. {
  288. "root": "pagesGys",
  289. "pages": [
  290. { "path": "list", "style": { "navigationBarTitleText": "欠款订单", "enablePullDownRefresh": true } },
  291. { "path": "details", "style": { "navigationBarTitleText": "结账单", "enablePullDownRefresh": true } }
  292. ]
  293. },
  294. {
  295. "root": "pagesInvite",
  296. "pages": [
  297. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  298. { "path": "inviteShop", "style": { "navigationBarTitleText": "" } },
  299. { "path": "inviteGhsShop", "style": { "navigationBarTitleText": "" }}
  300. ]
  301. },
  302. {
  303. "root": "pagesStatistics",
  304. "pages": [
  305. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } }
  306. ]
  307. },
  308. {
  309. "root": "admin/clear",
  310. "pages": [
  311. {"path": "list","style": {"navigationBarTitleText": "结账记录"}},
  312. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  313. {"path": "customList","style": {"navigationBarTitleText": "历史帐单"}},
  314. {"path": "customInfo","style": {"navigationBarTitleText": "详情"}}
  315. ]
  316. },
  317. {
  318. "root": "admin/item",
  319. "pages": [
  320. {"path": "list","style": {"navigationBarTitleText": "花材列表"}},
  321. {"path": "detail","style": {"navigationBarTitleText": "花材详情"}},
  322. {"path": "xj","style": {"navigationBarTitleText": "请选择颜色"}},
  323. {"path": "xjSelect","style": {"navigationBarTitleText": "小菊颜色选择"}},
  324. {"path": "rechargeHb","style": {"navigationBarTitleText": "充值活动"}}
  325. ]
  326. },
  327. {
  328. "root": "admin/itemClass",
  329. "pages": [
  330. {"path": "list","style": {"navigationBarTitleText": "花材分类"}},
  331. {"path": "addPrice","style": {"navigationBarTitleText": "加价设置"}},
  332. {"path": "more","style": {"navigationBarTitleText": "更多"}}
  333. ]
  334. },
  335. {
  336. "root": "admin/hb",
  337. "pages": [
  338. {"path": "list","style": {"navigationBarTitleText": "红包"}},
  339. {"path": "rechargeList","style": {"navigationBarTitleText": "充值记录"}},
  340. {"path": "xrFl","style": {"navigationBarTitleText": "新客到店福利"}},
  341. {"path": "tjFl","style": {"navigationBarTitleText": "推荐新客福利"}}
  342. ]
  343. },
  344. {
  345. "root": "admin/order",
  346. "pages": [
  347. {"path": "itemOrder","style": {"navigationBarTitleText": "订单列表"}}
  348. ]
  349. },
  350. {
  351. "root": "admin/cg",
  352. "pages": [
  353. {"path": "set","style": {"navigationBarTitleText": "采购设置"}}
  354. ]
  355. },
  356. {
  357. "root": "admin/book",
  358. "pages": [
  359. {"path": "index","style": {"navigationBarTitleText": "使用教程"}},
  360. {"path": "detail","style": {"navigationBarTitleText": ""}}
  361. ]
  362. }
  363. ],
  364. "globalStyle": {
  365. "navigationBarBackgroundColor": "#fff",
  366. "navigationBarTitleText": "销花宝",
  367. "navigationBarTextStyle": "black",
  368. "backgroundColor": "#f9fbfc",
  369. "onReachBottomDistance": 300
  370. },
  371. "tabBar": {
  372. "color": "#C0C4CC",
  373. "selectedColor": "#3385FF",
  374. "borderStyle": "black",
  375. "backgroundColor": "#ffffff",
  376. "list": [
  377. { "pagePath": "admin/home/workbench", "iconPath": "static/images/common/shop-tab_no.png", "selectedIconPath": "static/images/common/shop-tab.png", "text": "店铺" },
  378. { "pagePath": "admin/home/order", "iconPath": "static/images/common/order-no.png", "selectedIconPath": "static/images/common/order-is.png", "text": "订单" },
  379. { "pagePath": "admin/home/member", "iconPath": "static/images/common/member-no.png", "selectedIconPath": "static/images/common/member-is.png", "text": "客户" },
  380. { "pagePath": "admin/home/apply", "iconPath": "static/images/common/category-no.png", "selectedIconPath": "static/images/common/shop-apply.png", "text": "应用" },
  381. { "pagePath": "admin/home/me", "iconPath": "static/images/common/user-no.png", "selectedIconPath": "static/images/common/shop-me.png", "text": "我的" }
  382. ]
  383. }
  384. }