pages.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^sprite-icon$": "@/components/sprite-icon/index.vue"
  6. }
  7. },
  8. "pages": [
  9. { "path": "admin/home/workbench", "style": { "navigationBarTitleText": "进货", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  10. { "path": "admin/home/mall", "style": { "navigationBarTitleText": "店铺", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  11. { "path": "admin/home/login","style": {"navigationBarTitleText": "","enablePullDownRefresh": false}},
  12. { "path": "admin/home/loginRemind","style": {"navigationBarTitleText": "登录提示","enablePullDownRefresh": false}},
  13. { "path": "admin/home/appLoginRemind","style": {"navigationBarTitleText": "无法登录怎么办","enablePullDownRefresh": false}},
  14. { "path": "admin/home/order", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  15. { "path": "admin/home/member", "style": { "navigationBarTitleText": "客户", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  16. { "path": "admin/home/apply", "style": { "navigationBarTitleText": "应用", "enablePullDownRefresh": true } },
  17. { "path": "admin/home/psMethod", "style": { "navigationBarTitleText": "配送方式" } },
  18. { "path": "admin/home/distributionRule", "style": { "navigationBarTitleText": "分销规则" } },
  19. { "path": "admin/home/distributionReport", "style": { "navigationBarTitleText": "分销统计", "enablePullDownRefresh": true } },
  20. { "path": "admin/home/distributionReportDist", "style": { "navigationBarTitleText": "获佣客户列表", "enablePullDownRefresh": true } },
  21. { "path": "admin/home/distributionReportInvite", "style": { "navigationBarTitleText": "拉新客户列表", "enablePullDownRefresh": true } },
  22. { "path": "admin/home/distributionReportOrder", "style": { "navigationBarTitleText": "分佣订单明细", "enablePullDownRefresh": true } },
  23. { "path": "admin/home/distributionReportFlow", "style": { "navigationBarTitleText": "变动明细", "enablePullDownRefresh": true } },
  24. { "path": "admin/home/close","style": {"navigationBarTitleText": "申请注销账号"}},
  25. {"path": "admin/home/register","style": {"navigationBarTitleText": "服务协议"}},
  26. {"path": "admin/home/privacy","style": {"navigationBarTitleText": "隐私政策"}},
  27. { "path": "admin/home/me", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  28. { "path": "admin/home/moneyChangeList", "style": { "navigationBarTitleText": "变动明细", "enablePullDownRefresh": true } },
  29. { "path": "admin/home/walletChangeList", "style": { "navigationBarTitleText": "变动明细", "enablePullDownRefresh": true } },
  30. { "path": "admin/home/walletRecharge", "style": { "navigationBarTitleText": "充值" } },
  31. { "path": "admin/home/shopInviteHub", "style": { "navigationBarTitleText": "邀请花店", "enablePullDownRefresh": true } },
  32. { "path": "admin/home/shopInviteList", "style": { "navigationBarTitleText": "邀约花店", "enablePullDownRefresh": true } },
  33. { "path": "admin/home/shopInviteCommissionList", "style": { "navigationBarTitleText": "佣金变动明细", "enablePullDownRefresh": true } },
  34. { "path": "admin/home/edit", "style": { "navigationBarTitleText": "花店名称修改" } },
  35. {"path": "common/success","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
  36. {"path": "common/webview","style": {"navigationBarTitleText": "网页","navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
  37. ],
  38. "subPackages": [
  39. {
  40. "root": "admin/work",
  41. "pages": [
  42. {"path": "add","style": {"navigationBarTitleText": "新建任务"}},
  43. {"path": "statCat","style": {"navigationBarTitleText": "生产统计"}},
  44. {"path": "statCatItem","style": {"navigationBarTitleText": "明细"}},
  45. {"path": "addResult","style": {"navigationBarTitleText": "新建成功"}},
  46. {"path": "list","style": {"navigationBarTitleText": "列表","enablePullDownRefresh": true}},
  47. {"path": "detail","style": {"navigationBarTitleText": "详情"}},
  48. {"path": "set","style": {"navigationBarTitleText": "设置"}}
  49. ]
  50. },
  51. {
  52. "root": "admin/ll",
  53. "pages": [
  54. {"path": "list","style": {"navigationBarTitleText": "花卉行业"}},
  55. {"path": "add","style": {"navigationBarTitleText": "新增"}},
  56. {"path": "userDetail","style": {"navigationBarTitleText": "明细"}},
  57. {"path": "eventDetail","style": {"navigationBarTitleText": "明细"}},
  58. {"path": "myEventList","style": {"navigationBarTitleText": "我提交的记录"}}
  59. ]
  60. },
  61. {
  62. "root": "admin/settle",
  63. "pages": [
  64. {"path": "list","style": {"navigationBarTitleText": "结账单","enablePullDownRefresh": false}},
  65. {"path": "detail","style": {"navigationBarTitleText": "详情","enablePullDownRefresh": false}}
  66. ]
  67. },
  68. {
  69. "root": "admin/tools",
  70. "pages": [
  71. {"path": "calculator","style": {"navigationBarTitleText": "计算器","enablePullDownRefresh": false}}
  72. ]
  73. },
  74. {
  75. "root": "admin/notice",
  76. "pages": [
  77. {"path": "warning","style": {"navigationBarTitleText": "详情"}}
  78. ]
  79. },
  80. {
  81. "root": "admin/ptItem",
  82. "pages": [
  83. {"path": "itemList","style": {"navigationBarTitleText": "从平台选择花材"}}
  84. ]
  85. },
  86. {
  87. "root": "admin/custom",
  88. "pages": [
  89. {"path": "addCustom","style": {"navigationBarTitleText": "添加客户"}},
  90. {"path": "selectCustom","style": {"navigationBarTitleText": "选择客户"}},
  91. {"path": "showTotalBalance","style": {"navigationBarTitleText": "挂账与余额汇总"}},
  92. {"path": "balanceChange","style": {"navigationBarTitleText": "总余额变动"}},
  93. {"path": "balancePayChange","style": {"navigationBarTitleText": "充值余额变动"}},
  94. {"path": "balanceGiveChange","style": {"navigationBarTitleText": "赠送余额变动"}},
  95. {"path": "debtChange","style": {"navigationBarTitleText": "挂账变动明细"}},
  96. {"path": "rechargeChange","style": {"navigationBarTitleText": "充值记录"}},
  97. {"path": "levelChange","style": {"navigationBarTitleText": "等级变动记录"}},
  98. {"path": "visit","style": {"navigationBarTitleText": "今日访客"}}
  99. ]
  100. },
  101. {
  102. "root": "admin/breakage",
  103. "pages": [
  104. {"path": "list","style": {"navigationBarTitleText": "报损记录","enablePullDownRefresh": true}},
  105. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  106. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  107. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  108. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  109. ]
  110. },
  111. {
  112. "root": "admin/part",
  113. "pages": [
  114. {"path": "list","style": {"navigationBarTitleText": "拆散记录","enablePullDownRefresh": true}},
  115. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  116. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  117. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  118. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  119. ]
  120. },
  121. {
  122. "root": "admin/item",
  123. "pages": [
  124. {"path": "list","style": {"navigationBarTitleText": "绿植花材"}},
  125. {"path": "list2","style": {"navigationBarTitleText": "绿植花材"}},
  126. {"path": "copy","style": {"navigationBarTitleText": "复制新建"}},
  127. {"path": "detail","style": {"navigationBarTitleText": "花材详情"}},
  128. {"path": "add","style": {"navigationBarTitleText": "添加花材"}},
  129. {"path": "selectItem","style": {"navigationBarTitleText": "选择花材"}},
  130. {"path": "picTextAdd-Edit","style": {"navigationBarTitleText": "修改简介"}},
  131. {"path": "hasLimitBuyCustom","style": {"navigationBarTitleText": "已购列表"}}
  132. ]
  133. },
  134. {
  135. "root": "admin/changePrice",
  136. "pages": [
  137. {"path": "list","style": {"navigationBarTitleText": "改价"}},
  138. {"path": "list2","style": {"navigationBarTitleText": "改价"}},
  139. {"path": "costChangeList","style": {"navigationBarTitleText": "成本变动记录"}},
  140. {"path": "changeList","style": {"navigationBarTitleText": "价格变动记录"}}
  141. ]
  142. },
  143. {
  144. "root": "admin/itemClass",
  145. "pages": [
  146. {"path": "list","style": {"navigationBarTitleText": "花材分类"}},
  147. {"path": "addPrice","style": {"navigationBarTitleText": "加价设置"}},
  148. {"path": "more","style": {"navigationBarTitleText": "更多"}},
  149. {"path": "sort","style": {"navigationBarTitleText": "花材排序"}},
  150. {"path": "num","style": {"navigationBarTitleText": "数量排序"}},
  151. {"path": "pull","style": {"navigationBarTitleText": "拖拽排序"}}
  152. ]
  153. },
  154. {
  155. "root": "admin/cg",
  156. "pages": [
  157. { "path": "mall", "style": { "navigationBarTitleText": "商城" } },
  158. { "path": "album", "style": { "navigationBarTitleText": "相册" } },
  159. { "path": "item", "style": { "navigationBarTitleText": "绿植花材" } },
  160. { "path": "code", "style": { "navigationBarTitleText": "收款码" } },
  161. { "path": "member", "style": { "navigationBarTitleText": "注册会员码" } },
  162. { "path": "alipay", "style": { "navigationBarTitleText": "付款" } },
  163. { "path": "me", "style": { "navigationBarTitleText": "我的"} }
  164. ]
  165. },
  166. {
  167. "root": "admin/student",
  168. "pages": [
  169. { "path": "newStudent", "style": { "navigationBarTitleText": "新学员", "enablePullDownRefresh": true } }
  170. ]
  171. },
  172. {
  173. "root": "admin/ghsProduct",
  174. "pages": [
  175. { "path": "detail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } }
  176. ]
  177. },
  178. {
  179. "root": "admin/common",
  180. "pages": [
  181. { "path": "result", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  182. { "path": "callback", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  183. { "path": "redirect", "style": { "navigationBarTitleText": "加载中..." } },
  184. { "path": "pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }
  185. ]
  186. },
  187. {
  188. "root": "admin/share",
  189. "pages": [
  190. { "path": "index", "style": { "navigationBarTitleText": "分享" } }
  191. ]
  192. },
  193. {
  194. "root": "pagesClient",
  195. "pages": [
  196. { "path": "member/add", "style": { "navigationBarTitleText": "添加客户" } },
  197. { "path": "member/detail", "style": { "navigationBarTitleText": "客户详情" } },
  198. { "path": "member/bind", "style": { "navigationBarTitleText": "绑定微信" } },
  199. { "path": "official/index", "style": { "navigationBarTitleText": "花掌柜" } },
  200. { "path": "official/pay", "style": { "navigationBarTitleText": "支付" } },
  201. { "path": "official/renewal", "style": { "navigationBarTitleText": "续期" } },
  202. { "path": "official/apply", "style": { "navigationBarTitleText": "填写信息" } },
  203. { "path": "official/applyInvite", "style": { "navigationBarTitleText": "邀请开通" } },
  204. { "path": "official/clientApply", "style": { "navigationBarTitleText": "结果" } },
  205. { "path": "official/clientResult", "style": { "navigationBarTitleText": "提交审核" } },
  206. { "path": "official/callback", "style": { "navigationBarTitleText": "回调" } },
  207. { "path": "official/latest-shop", "style": { "navigationBarTitleText": "最近访问" } },
  208. { "path": "official/result", "style": { "navigationBarTitleText": "结果" } },
  209. { "path": "official/warn", "style": { "navigationBarTitleText": "开启微信提醒" } },
  210. { "path": "official/toLogin", "style": { "navigationBarTitleText": "登录方式" } }
  211. ]
  212. },
  213. {
  214. "root": "pagesShare",
  215. "pages": [
  216. { "path": "pay", "style": { "navigationBarTitleText": "付款" } }
  217. ]
  218. },
  219. {
  220. "root": "pagesOrder",
  221. "pages": [
  222. { "path": "detail", "style": { "navigationBarTitleText": "订单详情" } },
  223. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  224. { "path": "shipInfo", "style": { "navigationBarTitleText": "发货" } },
  225. { "path": "select", "style": { "navigationBarTitleText": "重选花材" } }
  226. ]
  227. },
  228. {
  229. "root": "pagesStore",
  230. "pages": [
  231. { "path": "me/shopYeChange", "style": { "navigationBarTitleText": "余额变动" } },
  232. { "path": "me/withdraw", "style": { "navigationBarTitleText": "提现记录" } },
  233. { "path": "me/incomeExpenses", "style": { "navigationBarTitleText": "收支记录" } },
  234. {"path": "me/income","style": {"navigationBarTitleText": "收入记录"}},
  235. {"path": "me/expend","style": {"navigationBarTitleText": "支出记录"}},
  236. { "path": "me/recharge", "style": { "navigationBarTitleText": "充值" } },
  237. { "path": "me/rechargeList", "style": { "navigationBarTitleText": "充值记录" } },
  238. { "path": "me/cashSet", "style": { "navigationBarTitleText": "提现账号" } },
  239. { "path": "me/rechargeSuccess", "style": { "navigationBarTitleText": "充值成功" } }
  240. ]
  241. },
  242. {
  243. "root": "admin/ghs",
  244. "pages": [
  245. { "path": "shop", "style": {"navigationBarTitleText": "供货商"}},
  246. { "path": "pay", "style": {"navigationBarTitleText": "收银台"}},
  247. { "path": "teachPay", "style": {"navigationBarTitleText": "教程"}},
  248. { "path": "result", "style": {"navigationBarTitleText": "付款成功"}},
  249. { "path": "addGhs", "style": {"navigationBarTitleText": "添加"}},
  250. { "path": "debtChange", "style": {"navigationBarTitleText": "挂账变动明细"}},
  251. { "path": "balanceChange", "style": {"navigationBarTitleText": "余额变动"}},
  252. { "path": "rechargeChange", "style": {"navigationBarTitleText": "充值记录"}}
  253. ]
  254. },
  255. {
  256. "root": "admin/birthday",
  257. "pages": [
  258. { "path": "board", "style": { "navigationBarTitleText": "生日看板", "enablePullDownRefresh": true } },
  259. { "path": "giftStats", "style": { "navigationBarTitleText": "赠礼统计" } }
  260. ]
  261. },
  262. {
  263. "root": "admin/coupon",
  264. "pages": [
  265. { "path": "list", "style": { "navigationBarTitleText": "优惠券" } },
  266. { "path": "couponList", "style": { "navigationBarTitleText": "红包" } },
  267. { "path": "selectCouponList", "style": { "navigationBarTitleText": "优惠券" } }
  268. ]
  269. },
  270. {
  271. "root": "admin/book",
  272. "pages": [
  273. {"path": "index","style": {"navigationBarTitleText": "视频教程"}},
  274. {"path": "detail","style": {"navigationBarTitleText": ""}}
  275. ]
  276. },
  277. {
  278. "root": "admin/ad",
  279. "pages": [
  280. { "path": "list", "style": { "navigationBarTitleText": "广告列表" } },
  281. { "path": "add", "style": { "navigationBarTitleText": "添加广告" } },
  282. { "path": "sel-goods", "style": { "navigationBarTitleText": "商品选择" } }
  283. ]
  284. },
  285. {
  286. "root": "admin/ljh",
  287. "pages": [
  288. {"path":"info","style": { "navigationBarTitleText": "零交会"}},
  289. {"path":"confirm","style": { "navigationBarTitleText": "请填写信息"}},
  290. {"path":"confirmPay","style": { "navigationBarTitleText": "待支付"}},
  291. {"path":"payResult","style": { "navigationBarTitleText": "支付成功"}}
  292. ]
  293. },
  294. {
  295. "root": "admin/staff",
  296. "pages": [
  297. { "path": "list", "style": { "navigationBarTitleText": "员工管理" } },
  298. { "path": "add", "style": { "navigationBarTitleText": "添加员工" } },
  299. { "path": "detail", "style": { "navigationBarTitleText": "员工详情" } },
  300. { "path": "admin","style": {"navigationBarTitleText": "个人资料"}},
  301. { "path": "sel-member", "style": { "navigationBarTitleText": "客户列表" } },
  302. { "path": "achieve", "style": { "navigationBarTitleText": "员工业绩" } },
  303. { "path": "miniAutoLogin", "style": { "navigationBarTitleText": "绑定账号" } },
  304. { "path": "dimission", "style": { "navigationBarTitleText": "离职申请" } }
  305. ]
  306. },
  307. {
  308. "root": "admin/shop",
  309. "pages": [
  310. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  311. {"path": "downloadCode","style": {"navigationBarTitleText": "收款码"}},
  312. {"path": "add","style": {"navigationBarTitleText": ""}},
  313. {"path": "sk","style": {"navigationBarTitleText": "设置"}},
  314. {"path": "print","style": {"navigationBarTitleText": "前台小票机"}},
  315. {"path": "mtPrint","style": {"navigationBarTitleText": "美团小票机"}},
  316. {"path": "makePrint","style": {"navigationBarTitleText": "操作台小票机"}},
  317. {"path": "password","style": {"navigationBarTitleText": "修改密码"}},
  318. {"path": "trumpet","style": {"navigationBarTitleText": "前台云音箱"}},
  319. {"path": "makeTrumpet","style": {"navigationBarTitleText": "操作台云音箱"}},
  320. {"path": "mtTrumpet","style": {"navigationBarTitleText": "美团云音箱"}},
  321. {"path": "addressList","style": {"navigationBarTitleText": "请选择地址"}},
  322. {"path": "addressAdd","style": {"navigationBarTitleText": "添加地址"}},
  323. {"path": "addressUpdate","style": {"navigationBarTitleText": "修改地址"}},
  324. {"path": "myShop","style": {"navigationBarTitleText": "我的门店"}},
  325. {"path": "wl","style": {"navigationBarTitleText": "物流选项"}}
  326. ]
  327. },
  328. {
  329. "root": "admin/setting",
  330. "pages": [
  331. { "path": "list", "style": { "navigationBarTitleText": "设置" } },
  332. { "path": "wx-menu", "style": { "navigationBarTitleText": "公众号菜单设置" } },
  333. { "path": "coupon", "style": { "navigationBarTitleText": "新客优惠" } },
  334. { "path": "level", "style": { "navigationBarTitleText": "客户等级设置" } },
  335. { "path": "password", "style": { "navigationBarTitleText": "密码设置" } }
  336. ]
  337. },
  338. {
  339. "root": "admin/goods",
  340. "pages": [
  341. { "path": "list", "style": { "navigationBarTitleText": "花束" } },
  342. { "path": "manage", "style": { "navigationBarTitleText": "商品管理" } },
  343. { "path": "lz", "style": { "navigationBarTitleText": "绿植" } },
  344. { "path": "categoryV2", "style": { "navigationBarTitleText": "分类管理", "enablePullDownRefresh": true } },
  345. { "path": "category-edit", "style": { "navigationBarTitleText": "编辑分类" } },
  346. { "path": "category-ad", "style": { "navigationBarTitleText": "分类广告" } },
  347. { "path": "ad-goods-select", "style": { "navigationBarTitleText": "选择商品" } },
  348. { "path": "category", "style": { "navigationBarTitleText": "分类" } },
  349. { "path": "kind", "style": { "navigationBarTitleText": "花束品类" } },
  350. { "path": "lzKind", "style": { "navigationBarTitleText": "绿植品类" } },
  351. { "path": "detail", "style": { "navigationBarTitleText": "商品详情" } },
  352. { "path": "add", "style": { "navigationBarTitleText": "新增商品" } },
  353. { "path": "selectItem", "style": { "navigationBarTitleText": "选择花材" } },
  354. { "path": "img-store", "style": { "navigationBarTitleText": "图库管理" } },
  355. { "path": "goods-name", "style": { "navigationBarTitleText": "填写商品信息" } },
  356. { "path": "freight", "style": { "navigationBarTitleText": "运费设置" } },
  357. { "path": "price-increase", "style": { "navigationBarTitleText": "涨价设置" } },
  358. { "path": "plant", "style": { "navigationBarTitleText": "盆栽绿植" } },
  359. { "path": "flower", "style": { "navigationBarTitleText": "鲜花商品" } },
  360. { "path": "flowerConfirm", "style": { "navigationBarTitleText": "确认" } },
  361. { "path": "flowerResult", "style": { "navigationBarTitleText": "结果" } },
  362. { "path": "plantConfirm", "style": { "navigationBarTitleText": "确认采购" } },
  363. { "path": "plantResult", "style": { "navigationBarTitleText": "结果" } },
  364. { "path": "cgNewPlant", "style": { "navigationBarTitleText": "新绿植采购" } },
  365. { "path": "selectKind", "style": { "navigationBarTitleText": "选择品类" } },
  366. { "path": "cgNewPlantResult", "style": { "navigationBarTitleText": "采购成功" } },
  367. { "path": "stockChange", "style": { "navigationBarTitleText": "库存变动记录" } },
  368. { "path": "plantCg", "style": { "navigationBarTitleText": "绿植采购记录" } },
  369. { "path": "plantCgDetail", "style": { "navigationBarTitleText": "明细" } },
  370. { "path": "pdList", "style": { "navigationBarTitleText": "绿植盘点记录" } },
  371. { "path": "pdGoods", "style": { "navigationBarTitleText": "选择商品" } },
  372. { "path": "pdGoodsConfirm", "style": { "navigationBarTitleText": "确认盘点" } },
  373. { "path": "pdGoodsDetail", "style": { "navigationBarTitleText": "详情" } },
  374. { "path": "categorySort", "style": { "navigationBarTitleText": "排序" } },
  375. { "path": "goodsSort", "style": { "navigationBarTitleText": "排序" } },
  376. { "path": "picTextAdd-Edit", "style": { "navigationBarTitleText": "创建简介" } },
  377. { "path": "result", "style": { "navigationBarTitleText": "添加成功" }}
  378. ]
  379. },
  380. {
  381. "root":"admin/useCase",
  382. "pages":[
  383. {"path":"list","style":{"navigationBarTitleText":"使用场景"}}
  384. ]
  385. },
  386. {
  387. "root": "admin/homePageConfig",
  388. "pages": [
  389. { "path": "index", "style": { "navigationBarTitleText": "门店首页配置" } },
  390. { "path": "topNavSearch", "style": { "navigationBarTitleText": "顶部导航与搜索" } },
  391. { "path": "banner", "style": { "navigationBarTitleText": "首页轮播图" } },
  392. { "path": "navGrid", "style": { "navigationBarTitleText": "分类金刚区导航" } },
  393. { "path": "navGridEdit", "style": { "navigationBarTitleText": "新增" } },
  394. { "path": "seckill", "style": { "navigationBarTitleText": "秒杀专区" } },
  395. { "path": "seckillGoodsEdit", "style": { "navigationBarTitleText": "新增" } },
  396. { "path": "groupBuy", "style": { "navigationBarTitleText": "团购专区" } },
  397. { "path": "groupBuyGoodsEdit", "style": { "navigationBarTitleText": "新增" } },
  398. { "path": "hot", "style": { "navigationBarTitleText": "热门推荐" } },
  399. { "path": "new", "style": { "navigationBarTitleText": "今日上新" } },
  400. { "path": "pullGoods", "style": { "navigationBarTitleText": "下拉商品" } },
  401. { "path": "preview", "style": { "navigationBarTitleText": "首页预览", "navigationBarBackgroundColor": "#FF6B88", "navigationBarTextStyle": "white" } }
  402. ]
  403. },
  404. {
  405. "root": "admin/shopAdmin",
  406. "pages": [
  407. { "path": "bind", "style": { "navigationBarTitleText": "管理员绑定" } }
  408. ]
  409. },
  410. {
  411. "root": "admin/assets",
  412. "pages": [
  413. { "path": "list", "style": { "navigationBarTitleText": "收入明细" } }
  414. ]
  415. },
  416. {
  417. "root": "admin/chat",
  418. "pages": [
  419. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } },
  420. { "path": "list", "style": { "navigationBarTitleText": "聊天客户", "enablePullDownRefresh": true } },
  421. { "path": "chatPage", "style": { "navigationBarTitleText": "聊天" } }
  422. ]
  423. },
  424. {
  425. "root": "admin/template",
  426. "pages": [
  427. { "path": "index", "style": { "navigationBarTitleText": "选择模板" } }
  428. ]
  429. },
  430. {
  431. "root": "admin/stat",
  432. "pages": [
  433. {"path": "profit","style": {"navigationBarTitleText": "利润表"}},
  434. {"path": "productSale","style": {"navigationBarTitleText": "花材销量"}},
  435. {"path": "kdIncome","style": {"navigationBarTitleText": "收入统计"}},
  436. {"path": "incomeStat","style": {"navigationBarTitleText": "应收款"}},
  437. {"path": "cgStat","style": {"navigationBarTitleText": "采购统计"}},
  438. {"path": "cgItem","style": {"navigationBarTitleText": "采购花材"}},
  439. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}},
  440. {"path": "kind","style": {"navigationBarTitleText": "生产统计"}},
  441. {"path": "kindLz","style": {"navigationBarTitleText": "绿植统计"}},
  442. {"path": "makeStat","style": {"navigationBarTitleText": "员工生产统计"}},
  443. {"path": "waste","style": {"navigationBarTitleText": "损耗总览"}},
  444. {"path": "rechargeStat","style": {"navigationBarTitleText": "充值统计"}}
  445. ]
  446. },
  447. {
  448. "root": "admin/recharge",
  449. "pages": [
  450. { "path": "renew", "style": { "navigationBarTitleText": "免费续期"}},
  451. { "path": "rechargeSuccess", "style": { "navigationBarTitleText": "免费续期"}},
  452. { "path": "rechargeSetting", "style": { "navigationBarTitleText": "充值设置"}},
  453. { "path": "rechargeCode", "style": { "navigationBarTitleText": "充值码"}}
  454. ]
  455. },
  456. {
  457. "root": "admin/refund",
  458. "pages": [
  459. { "path": "shPayRemind", "style": { "navigationBarTitleText": "提示"}},
  460. { "path": "shPayCp", "style": { "navigationBarTitleText": "成功"}},
  461. { "path": "offlineRemind", "style": { "navigationBarTitleText": "提示"}},
  462. { "path": "offlineCp", "style": { "navigationBarTitleText": "成功"}},
  463. { "path": "debtResult", "style": { "navigationBarTitleText": "结果"}},
  464. { "path": "onlineResult", "style": { "navigationBarTitleText": "结果"}},
  465. { "path": "balanceCp", "style": { "navigationBarTitleText": "结果"}}
  466. ]
  467. },
  468. {
  469. "root": "admin/billing",
  470. "pages": [
  471. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  472. { "path": "index2", "style": { "navigationBarTitleText": "开单" } },
  473. { "path": "hs", "style": { "navigationBarTitleText": "开单" } },
  474. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  475. { "path": "priceChange", "style": { "navigationBarTitleText": "改价", "enablePullDownRefresh": true } },
  476. { "path": "result", "style": { "navigationBarTitleText": "开单状态" } },
  477. { "path": "affirm", "style": { "navigationBarTitleText": "确认订单信息" } },
  478. { "path": "toPay", "style": { "navigationBarTitleText": "等待付款" } },
  479. { "path": "affirmGoods", "style": { "navigationBarTitleText": "确认订单信息" } },
  480. { "path": "affirmGhs", "style": { "navigationBarTitleText": "确认订单信息" } },
  481. { "path": "affirmSh", "style": { "navigationBarTitleText": "确认订单信息" } },
  482. { "path": "affirmDn", "style": { "navigationBarTitleText": "确认订单信息" } },
  483. { "path": "affirmGhsBook", "style": { "navigationBarTitleText": "确认订单信息" } },
  484. { "path": "affirmPxClass", "style": { "navigationBarTitleText": "确认订单信息" } },
  485. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  486. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } }
  487. ]
  488. },
  489. {
  490. "root": "admin/order",
  491. "pages": [
  492. { "path": "detail", "style": { "navigationBarTitleText": "详情" , "enablePullDownRefresh": true} },
  493. { "path": "info", "style": { "navigationBarTitleText": "详情" } },
  494. { "path": "addOrder", "style": { "navigationBarTitleText": "开单" } },
  495. { "path": "addOrderConfirm", "style": { "navigationBarTitleText": "确认" } },
  496. { "path": "addOrderResult", "style": { "navigationBarTitleText": "结果" } },
  497. { "path": "workOrderResult", "style": { "navigationBarTitleText": "结果" } },
  498. { "path": "refund", "style": { "navigationBarTitleText": "退款" } },
  499. { "path": "refundList", "style": { "navigationBarTitleText": "售后记录" } },
  500. { "path": "refundDetail", "style": { "navigationBarTitleText": "售后详情" } },
  501. { "path": "mallRefundList", "style": { "navigationBarTitleText": "商城售后", "enablePullDownRefresh": true } },
  502. { "path": "mallRefundDetail", "style": { "navigationBarTitleText": "售后审核" } },
  503. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  504. { "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } },
  505. { "path": "debtList", "style": { "navigationBarTitleText": "待结订单" } },
  506. { "path": "workOrder", "style": { "navigationBarTitleText": "开单" } },
  507. { "path": "modify", "style": { "navigationBarTitleText": "修改" } },
  508. { "path": "clearRemind","style": {"navigationBarTitleText": "如何查看还有多少待结订单"}},
  509. { "path": "itemOrder","style": {"navigationBarTitleText": "订单列表"}},
  510. { "path": "scanPay", "style": { "navigationBarTitleText": "收款码流水" } },
  511. { "path": "scanPayDetail", "style": { "navigationBarTitleText": "收款详情" } },
  512. { "path": "scanPayRefund", "style": { "navigationBarTitleText": "退款" } }
  513. ]
  514. },
  515. {
  516. "root": "admin/express",
  517. "pages": [
  518. { "path": "create", "style": { "navigationBarTitleText": "呼叫跑腿" } },
  519. { "path": "success", "style": { "navigationBarTitleText": "配送成功" } }
  520. ]
  521. },
  522. {
  523. "root": "admin/member",
  524. "pages": [
  525. { "path": "detail", "style": { "navigationBarTitleText": "详情" } },
  526. { "path": "modify", "style": { "navigationBarTitleText": "修改地址" } },
  527. {"path": "level","style": {"navigationBarTitleText": "会员等级"}},
  528. {"path": "buyAmountChange","style": {"navigationBarTitleText": "消费变动记录","enablePullDownRefresh": true}},
  529. {"path": "growthChange","style": {"navigationBarTitleText": "成长值变动记录","enablePullDownRefresh": true}},
  530. {"path": "integralChange","style": {"navigationBarTitleText": "积分变动记录","enablePullDownRefresh": true}},
  531. {"path": "distributionFlow","style": {"navigationBarTitleText": "变动明细","enablePullDownRefresh": true}},
  532. {"path": "distributionInvite","style": {"navigationBarTitleText": "拉新客户","enablePullDownRefresh": true}},
  533. {"path": "distributionContrib","style": {"navigationBarTitleText": "分红明细","enablePullDownRefresh": true}}
  534. ]
  535. },
  536. {
  537. "root": "pagesStorehouse/shop/",
  538. "pages": [
  539. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  540. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  541. ]
  542. },
  543. {
  544. "root": "pagesStorehouse/inventory/",
  545. "pages": [
  546. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  547. { "path": "details", "style": { "navigationBarTitleText": "盘点详情" } },
  548. { "path": "update", "style": { "navigationBarTitleText": "新增" } },
  549. { "path": "select", "style": { "navigationBarTitleText": "盘点花材" } }
  550. ]
  551. },
  552. {
  553. "root": "pagesStorehouse/allot/",
  554. "pages": [
  555. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  556. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  557. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  558. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  559. { "path": "putDetails", "style": { "navigationBarTitleText": "入库详情" } },
  560. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } }
  561. ]
  562. },
  563. {
  564. "root": "pagesStorehouse/flower/",
  565. "pages": [
  566. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  567. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  568. ]
  569. },
  570. {
  571. "root": "pagesStorehouse/stockWarn/",
  572. "pages": [
  573. { "path": "manage", "style": { "navigationBarTitleText": "库存", "enablePullDownRefresh": true } },
  574. { "path": "detailed", "style": { "navigationBarTitleText": "明细", "enablePullDownRefresh": true } }
  575. ]
  576. },
  577. {
  578. "root": "pagesPurchase",
  579. "pages": [
  580. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  581. { "path": "selectGhs", "style": { "navigationBarTitleText": "选择供货商" } },
  582. { "path": "add", "style": { "navigationBarTitleText": "新增采购单", "enablePullDownRefresh": true } },
  583. { "path": "gathering", "style": { "navigationBarTitleText": "待结订单", "enablePullDownRefresh": true } },
  584. { "path": "particulars", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  585. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  586. { "path": "order", "style": { "navigationBarTitleText": "买花", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  587. { "path": "pb", "style": { "navigationBarTitleText": "已删批发店", "enablePullDownRefresh": true } },
  588. { "path": "open", "style": { "navigationBarTitleText": "零售商城", "enablePullDownRefresh": true } },
  589. { "path": "shopping", "style": { "navigationBarTitleText": "采购", "enablePullDownRefresh": true } },
  590. { "path": "mergeOrder", "style": { "navigationBarTitleText": "采购列表", "enablePullDownRefresh": true } },
  591. { "path": "ghsProduct", "style": { "navigationBarTitleText": "采购花材", "enablePullDownRefresh": false } },
  592. { "path": "ghsNoticeDetail", "style": { "navigationBarTitleText": "公告详情" } },
  593. { "path": "ghsProduct2", "style": { "navigationBarTitleText": "采购花材", "enablePullDownRefresh": false } },
  594. { "path": "setPsd", "style": { "navigationBarTitleText": "设置密码", "enablePullDownRefresh": true } },
  595. { "path": "wechatPay", "style": { "navigationBarTitleText": "待支付"} },
  596. { "path": "aliPay", "style": { "navigationBarTitleText": "待支付"} },
  597. { "path": "cosNext", "style": { "navigationBarTitleText": "下一步", "enablePullDownRefresh": true } },
  598. { "path": "gatherPay", "style": { "navigationBarTitleText": "付款", "enablePullDownRefresh": false } },
  599. { "path": "gatherAliPay", "style": { "navigationBarTitleText": "付款", "enablePullDownRefresh": false } },
  600. { "path": "gatherResult", "style": { "navigationBarTitleText": "结果", "enablePullDownRefresh": false } },
  601. { "path": "purDetails", "style": { "navigationBarTitleText": "采购详情", "enablePullDownRefresh": true } },
  602. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
  603. { "path": "xj", "style": { "navigationBarTitleText": "请选择颜色"} },
  604. { "path": "refund", "style": { "navigationBarTitleText": "申请退款"} },
  605. { "path": "refundResult", "style": { "navigationBarTitleText": "申请状态"} },
  606. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情", "enablePullDownRefresh": true } },
  607. { "path": "level", "style": { "navigationBarTitleText": "会员等级", "enablePullDownRefresh": true } },
  608. { "path": "bookProduct", "style": { "navigationBarTitleText": "预订花材", "enablePullDownRefresh": false } },
  609. { "path": "bookProduct2", "style": { "navigationBarTitleText": "预订花材", "enablePullDownRefresh": false } },
  610. { "path": "bookExplain", "style": { "navigationBarTitleText": "预订说明", "enablePullDownRefresh": true } },
  611. { "path": "refundList","style": {"navigationBarTitleText": "售后记录", "enablePullDownRefresh": true } },
  612. { "path": "readMe","style": {"navigationBarTitleText": "购买须知", "enablePullDownRefresh": true } },
  613. { "path": "afterSale","style": {"navigationBarTitleText": "拍照示例", "enablePullDownRefresh": true } },
  614. { "path": "bookReadMe","style": {"navigationBarTitleText": "预订须知", "enablePullDownRefresh": true } },
  615. { "path": "addCg","style": {"navigationBarTitleText": "新增采购", "enablePullDownRefresh": false } },
  616. { "path": "addCgConfirm","style": {"navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } },
  617. { "path": "addCgResult","style": {"navigationBarTitleText": "结果", "enablePullDownRefresh": false } },
  618. { "path": "confirmTake","style": {"navigationBarTitleText": "确认收货", "enablePullDownRefresh": false } },
  619. { "path": "contact","style": {"navigationBarTitleText": "联系我们", "enablePullDownRefresh": false } },
  620. { "path": "appPay","style": {"navigationBarTitleText": "支付", "enablePullDownRefresh": false } }
  621. ]
  622. },
  623. {
  624. "root": "pagesArrears",
  625. "pages": [
  626. { "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
  627. { "path": "details", "style": { "navigationBarTitleText": "欠款明细", "enablePullDownRefresh": true } }
  628. ]
  629. },
  630. {
  631. "root": "pagesInvite",
  632. "pages": [
  633. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  634. { "path": "inviteShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  635. { "path": "inviteHdShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }
  636. ]
  637. },
  638. {
  639. "root": "pagesStatistics",
  640. "pages": [
  641. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } },
  642. { "path": "pagesPublicity", "style": { "navigationBarTitleText": "" } },
  643. { "path": "trainingClass", "style": { "navigationBarTitleText": "培训班", "enablePullDownRefresh": true } },
  644. { "path": "trainingClassEdit", "style": { "navigationBarTitleText": "培训班编辑" } }
  645. ]
  646. },
  647. {
  648. "root": "admin/jc",
  649. "pages": [
  650. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  651. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  652. ]
  653. },
  654. {
  655. "root": "admin/lakala",
  656. "pages": [
  657. {"path": "lakala","style": {"navigationBarTitleText": "收款账户管理", "enablePullDownRefresh": true}},
  658. {"path": "lakalaOnboarding","style": {"navigationBarTitleText": "商户入网"}},
  659. {"path": "lakalaAuthorize","style": {"navigationBarTitleText": "商户认证"}}
  660. ]
  661. },
  662. {
  663. "root": "admin/clear",
  664. "pages": [
  665. { "path": "list", "style": { "navigationBarTitleText": "结账单" } },
  666. { "path": "info", "style": { "navigationBarTitleText": "详情" } },
  667. { "path": "alipay", "style": { "navigationBarTitleText": "付款" } }
  668. ]
  669. },
  670. {
  671. "root": "admin/picText",
  672. "pages": [
  673. {"path": "picTextList", "style": {"navigationBarTitleText": "图文列表"}},
  674. {"path": "picTextAdd", "style": {"navigationBarTitleText": "创建图文"}},
  675. {"path": "preview", "style": {"navigationBarTitleText": "内容预览"}},
  676. {"path": "demo", "style": {"navigationBarTitleText": "图文示例"}},
  677. {"path": "svg-demo", "style": {"navigationBarTitleText": "SVG示例"}},
  678. {"path": "viewerDemo", "style": {"navigationBarTitleText": "图文预览"}}
  679. ]
  680. },
  681. {
  682. "root": "admin/shopNotice",
  683. "pages": [
  684. {"path": "list", "style": {"navigationBarTitleText": "公告", "enablePullDownRefresh": true}},
  685. {"path": "add", "style": {"navigationBarTitleText": "编辑公告"}},
  686. {"path": "preview", "style": {"navigationBarTitleText": "公告详情"}}
  687. ]
  688. },
  689. {
  690. "root": "admin/delivery",
  691. "pages": [
  692. { "path": "deliveryManage", "style": { "navigationBarTitleText": "绑定跑腿" } },
  693. { "path": "shopDetail", "style": { "navigationBarTitleText": "门店" } },
  694. { "path": "allDelivery", "style": { "navigationBarTitleText": "配送平台报价" } }
  695. ]
  696. },
  697. {
  698. "root": "admin/hb",
  699. "pages": [
  700. { "path": "list", "style": { "navigationBarTitleText": "红包列表", "enablePullDownRefresh": true } },
  701. { "path": "send", "style": { "navigationBarTitleText": "发红包" } },
  702. { "path": "sendHb", "style": { "navigationBarTitleText": "创建充值送红包" } },
  703. { "path": "result", "style": { "navigationBarTitleText": "发放成功" } }
  704. ]
  705. }
  706. ],
  707. "globalStyle": {
  708. "navigationBarBackgroundColor": "#fff",
  709. "navigationBarTitleText": "花掌柜",
  710. "navigationBarTextStyle": "black",
  711. "backgroundColor": "#f9fbfc"
  712. },
  713. "tabBar": {
  714. "color": "#444444",
  715. "selectedColor": "#09C567",
  716. "borderStyle": "black",
  717. "backgroundColor": "#ffffff",
  718. "list": [
  719. {
  720. "pagePath": "admin/home/workbench",
  721. "iconPath": "static/images/home/shop-outline.png",
  722. "selectedIconPath": "static/images/home/shop-filled.png",
  723. "text": "店铺"
  724. },
  725. {
  726. "pagePath": "admin/home/order",
  727. "iconPath": "static/images/home/order-outline.png",
  728. "selectedIconPath": "static/images/home/order-filled.png",
  729. "text": "订单"
  730. },
  731. {
  732. "pagePath": "admin/home/member",
  733. "iconPath": "static/images/home/customer-outline.png",
  734. "selectedIconPath": "static/images/home/customer-filled.png",
  735. "text": "客户"
  736. },
  737. {
  738. "pagePath": "admin/home/apply",
  739. "iconPath": "static/images/home/apply-off.png",
  740. "selectedIconPath": "static/images/home/apply-on.png",
  741. "text": "应用"
  742. },
  743. {
  744. "pagePath": "admin/home/me",
  745. "iconPath": "static/images/home/my-outline.png",
  746. "selectedIconPath": "static/images/home/my-filled.png",
  747. "text": "我的"
  748. }
  749. ]
  750. }
  751. }