pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. {
  2. "pages": [
  3. { "path": "admin/home/workbench", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  4. { "path": "admin/home/login","style": {"navigationBarTitleText": "","enablePullDownRefresh": false}},
  5. { "path": "admin/home/order", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } },
  6. { "path": "admin/home/member", "style": { "navigationBarTitleText": "客户", "enablePullDownRefresh": true } },
  7. { "path": "admin/home/apply", "style": { "navigationBarTitleText": "应用", "enablePullDownRefresh": true } },
  8. { "path": "admin/home/me", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  9. {"path": "common/success","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "admin/work",
  14. "pages": [
  15. {"path": "add","style": {"navigationBarTitleText": "新建制作单"}},
  16. {"path": "statCat","style": {"navigationBarTitleText": "制作统计"}},
  17. {"path": "statCatItem","style": {"navigationBarTitleText": "明细"}},
  18. {"path": "addResult","style": {"navigationBarTitleText": "新建成功"}},
  19. {"path": "list","style": {"navigationBarTitleText": "列表","enablePullDownRefresh": true}},
  20. {"path": "detail","style": {"navigationBarTitleText": "详情"}},
  21. {"path": "set","style": {"navigationBarTitleText": "设置"}}
  22. ]
  23. },
  24. {
  25. "root": "admin/ptItem",
  26. "pages": [
  27. {"path": "itemList","style": {"navigationBarTitleText": "从平台导入花材","onReachBottonDistance":20}}
  28. ]
  29. },
  30. {
  31. "root": "admin/breakage",
  32. "pages": [
  33. {"path": "list","style": {"navigationBarTitleText": "报损单","enablePullDownRefresh": true}},
  34. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  35. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  36. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  37. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  38. ]
  39. },
  40. {
  41. "root": "admin/item",
  42. "pages": [
  43. {"path": "list","style": {"navigationBarTitleText": "花材列表"}},
  44. {"path": "detail","style": {"navigationBarTitleText": "花材详情"}},
  45. {"path": "add","style": {"navigationBarTitleText": "添加花材"}}
  46. ]
  47. },
  48. {
  49. "root": "admin/changePrice",
  50. "pages": [
  51. {"path": "list","style": {"navigationBarTitleText": "批量改价"}}
  52. ]
  53. },
  54. {
  55. "root": "admin/itemClass",
  56. "pages": [
  57. {"path": "list","style": {"navigationBarTitleText": "花材分类"}},
  58. {"path": "addPrice","style": {"navigationBarTitleText": "加价设置"}},
  59. {"path": "more","style": {"navigationBarTitleText": "更多"}}
  60. ]
  61. },
  62. {
  63. "root": "admin/cg",
  64. "pages": [
  65. { "path": "mall", "style": { "navigationBarTitleText": "商城" } },
  66. { "path": "member", "style": { "navigationBarTitleText": "注册会员码" } }
  67. ]
  68. },
  69. {
  70. "root": "admin/student",
  71. "pages": [
  72. { "path": "newStudent", "style": { "navigationBarTitleText": "新学员", "enablePullDownRefresh": true } }
  73. ]
  74. },
  75. {
  76. "root": "admin/ghsProduct",
  77. "pages": [
  78. { "path": "detail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } }
  79. ]
  80. },
  81. {
  82. "root": "admin/common",
  83. "pages": [
  84. { "path": "result", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  85. { "path": "callback", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  86. { "path": "redirect", "style": { "navigationBarTitleText": "加载中..." } },
  87. { "path": "pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }
  88. ]
  89. },
  90. {
  91. "root": "admin/share",
  92. "pages": [
  93. { "path": "index", "style": { "navigationBarTitleText": "分享" } }
  94. ]
  95. },
  96. {
  97. "root": "pagesClient",
  98. "pages": [
  99. { "path": "member/add", "style": { "navigationBarTitleText": "添加客户" } },
  100. { "path": "member/detail", "style": { "navigationBarTitleText": "客户详情" } },
  101. { "path": "member/bind", "style": { "navigationBarTitleText": "绑定微信" } },
  102. { "path": "official/index", "style": { "navigationBarTitleText": "花掌柜" } },
  103. { "path": "official/pay", "style": { "navigationBarTitleText": "支付" } },
  104. { "path": "official/renewal", "style": { "navigationBarTitleText": "续期" } },
  105. { "path": "official/apply", "style": { "navigationBarTitleText": "完善店铺信息" } },
  106. { "path": "official/clientApply", "style": { "navigationBarTitleText": "结果" } },
  107. { "path": "official/clientResult", "style": { "navigationBarTitleText": "提交审核" } },
  108. { "path": "official/callback", "style": { "navigationBarTitleText": "回调" } },
  109. { "path": "official/latest-shop", "style": { "navigationBarTitleText": "最近访问" } },
  110. { "path": "official/result", "style": { "navigationBarTitleText": "结果" } },
  111. { "path": "official/warn", "style": { "navigationBarTitleText": "开启微信提醒" } },
  112. { "path": "official/toLogin", "style": { "navigationBarTitleText": "登录方式" } }
  113. ]
  114. },
  115. {
  116. "root": "pagesShare",
  117. "pages": [
  118. { "path": "pay", "style": { "navigationBarTitleText": "付款" } }
  119. ]
  120. },
  121. {
  122. "root": "pagesOrder",
  123. "pages": [
  124. { "path": "detail", "style": { "navigationBarTitleText": "订单详情" } },
  125. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  126. { "path": "shipInfo", "style": { "navigationBarTitleText": "发货" } },
  127. { "path": "select", "style": { "navigationBarTitleText": "重选花材" } }
  128. ]
  129. },
  130. {
  131. "root": "pagesStore",
  132. "pages": [
  133. { "path": "me/shopYeChange", "style": { "navigationBarTitleText": "余额明细" } },
  134. { "path": "me/withdraw", "style": { "navigationBarTitleText": "提现记录" } },
  135. { "path": "me/incomeExpenses", "style": { "navigationBarTitleText": "收支记录" } },
  136. {"path": "me/income","style": {"navigationBarTitleText": "收入记录"}},
  137. {"path": "me/expend","style": {"navigationBarTitleText": "支出记录"}},
  138. { "path": "me/recharge", "style": { "navigationBarTitleText": "充值" } },
  139. { "path": "me/rechargeList", "style": { "navigationBarTitleText": "充值记录" } },
  140. { "path": "me/cashSet", "style": { "navigationBarTitleText": "提现账号" } },
  141. { "path": "me/expressSet", "style": { "navigationBarTitleText": "快递设置" } },
  142. { "path": "me/rechargeSuccess", "style": { "navigationBarTitleText": "充值成功" } }
  143. ]
  144. },
  145. {
  146. "root": "admin/ghs",
  147. "pages": [
  148. { "path": "shop", "style": {"navigationBarTitleText": "供应商"}},
  149. { "path": "debtChange", "style": {"navigationBarTitleText": "欠款变动明细"}}
  150. ]
  151. },
  152. {
  153. "root": "admin/coupon",
  154. "pages": [
  155. { "path": "list", "style": { "navigationBarTitleText": "优惠券" } },
  156. { "path": "couponList", "style": { "navigationBarTitleText": "红包" } },
  157. { "path": "selectCouponList", "style": { "navigationBarTitleText": "优惠券" } }
  158. ]
  159. },
  160. {
  161. "root": "admin/ad",
  162. "pages": [
  163. { "path": "list", "style": { "navigationBarTitleText": "广告列表" } },
  164. { "path": "add", "style": { "navigationBarTitleText": "添加广告" } },
  165. { "path": "sel-goods", "style": { "navigationBarTitleText": "商品选择" } }
  166. ]
  167. },
  168. {
  169. "root": "admin/staff",
  170. "pages": [
  171. { "path": "list", "style": { "navigationBarTitleText": "员工管理" } },
  172. { "path": "add", "style": { "navigationBarTitleText": "添加员工" } },
  173. { "path": "detail", "style": { "navigationBarTitleText": "员工详情" } },
  174. { "path": "sel-member", "style": { "navigationBarTitleText": "客户列表" } },
  175. { "path": "achieve", "style": { "navigationBarTitleText": "员工业绩" } },
  176. { "path": "miniAutoLogin", "style": { "navigationBarTitleText": "绑定帐号" } }
  177. ]
  178. },
  179. {
  180. "root": "admin/shop",
  181. "pages": [
  182. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  183. {"path": "downloadCode","style": {"navigationBarTitleText": "收款码"}},
  184. {"path": "add","style": {"navigationBarTitleText": ""}},
  185. {"path": "print","style": {"navigationBarTitleText": "前台小票机"}},
  186. {"path": "mtPrint","style": {"navigationBarTitleText": "美团小票机"}},
  187. {"path": "makePrint","style": {"navigationBarTitleText": "操作台小票机"}},
  188. {"path": "password","style": {"navigationBarTitleText": "修改密码"}},
  189. {"path": "trumpet","style": {"navigationBarTitleText": "前台云喇叭"}},
  190. {"path": "makeTrumpet","style": {"navigationBarTitleText": "操作台云喇叭"}},
  191. {"path": "mtTrumpet","style": {"navigationBarTitleText": "美团云喇叭"}}
  192. ]
  193. },
  194. {
  195. "root": "admin/setting",
  196. "pages": [
  197. { "path": "list", "style": { "navigationBarTitleText": "设置" } },
  198. { "path": "wx-menu", "style": { "navigationBarTitleText": "公众号菜单设置" } },
  199. { "path": "coupon", "style": { "navigationBarTitleText": "新客优惠" } },
  200. { "path": "level", "style": { "navigationBarTitleText": "客户等级设置" } },
  201. { "path": "password", "style": { "navigationBarTitleText": "密码设置" } }
  202. ]
  203. },
  204. {
  205. "root": "admin/goods",
  206. "pages": [
  207. { "path": "list", "style": { "navigationBarTitleText": "商品管理" } },
  208. { "path": "category", "style": { "navigationBarTitleText": "分类管理" } },
  209. { "path": "detail", "style": { "navigationBarTitleText": "商品详情" } },
  210. { "path": "add", "style": { "navigationBarTitleText": "新增" } },
  211. { "path": "selectItem", "style": { "navigationBarTitleText": "选择花材" } },
  212. { "path": "img-store", "style": { "navigationBarTitleText": "图库管理" } },
  213. { "path": "goods-name", "style": { "navigationBarTitleText": "填写商品信息" } },
  214. { "path": "freight", "style": { "navigationBarTitleText": "运费设置" } },
  215. { "path": "price-increase", "style": { "navigationBarTitleText": "节日自动涨价" } },
  216. { "path": "plant", "style": { "navigationBarTitleText": "盆栽绿植资材" } },
  217. { "path": "flower", "style": { "navigationBarTitleText": "鲜花商品" } },
  218. { "path": "flowerConfirm", "style": { "navigationBarTitleText": "确认" } },
  219. { "path": "flowerResult", "style": { "navigationBarTitleText": "结果" } },
  220. { "path": "plantConfirm", "style": { "navigationBarTitleText": "确认采购" } },
  221. { "path": "plantResult", "style": { "navigationBarTitleText": "结果" } },
  222. { "path": "cgNewPlant", "style": { "navigationBarTitleText": "新采购" } },
  223. { "path": "cgNewPlantResult", "style": { "navigationBarTitleText": "采购成功" } },
  224. { "path": "stockChange", "style": { "navigationBarTitleText": "库存变动记录" } },
  225. { "path": "plantCg", "style": { "navigationBarTitleText": "商品采购单" } },
  226. { "path": "plantCgDetail", "style": { "navigationBarTitleText": "明细" } }
  227. ]
  228. },
  229. {
  230. "root": "admin/shopAdmin",
  231. "pages": [
  232. { "path": "bind", "style": { "navigationBarTitleText": "管理员绑定" } }
  233. ]
  234. },
  235. {
  236. "root": "admin/assets",
  237. "pages": [
  238. { "path": "list", "style": { "navigationBarTitleText": "收入明细" } }
  239. ]
  240. },
  241. {
  242. "root": "admin/chat",
  243. "pages": [
  244. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } }
  245. ]
  246. },
  247. {
  248. "root": "admin/template",
  249. "pages": [
  250. { "path": "index", "style": { "navigationBarTitleText": "选择模板" } }
  251. ]
  252. },
  253. {
  254. "root": "admin/stat",
  255. "pages": [
  256. {"path": "profit","style": {"navigationBarTitleText": "利润表"}},
  257. {"path": "productSale","style": {"navigationBarTitleText": "花材销量"}},
  258. {"path": "kdIncome","style": {"navigationBarTitleText": "收入渠道"}},
  259. {"path": "incomeStat","style": {"navigationBarTitleText": "应收款"}},
  260. {"path": "cgStat","style": {"navigationBarTitleText": "采购统计"}},
  261. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}}
  262. ]
  263. },
  264. {
  265. "root": "admin/recharge",
  266. "pages": [
  267. { "path": "renew", "style": { "navigationBarTitleText": "免费续期" } },
  268. { "path": "rechargeSuccess", "style": { "navigationBarTitleText": "免费续期" } }
  269. ]
  270. },
  271. {
  272. "root": "admin/billing",
  273. "pages": [
  274. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  275. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  276. { "path": "priceChange", "style": { "navigationBarTitleText": "改价", "enablePullDownRefresh": true } },
  277. { "path": "result", "style": { "navigationBarTitleText": "开单状态" } },
  278. { "path": "affirm", "style": { "navigationBarTitleText": "确认订单信息" } },
  279. { "path": "affirmGoods", "style": { "navigationBarTitleText": "确认订单信息" } },
  280. { "path": "affirmGhs", "style": { "navigationBarTitleText": "确认订单信息" } },
  281. { "path": "affirmGhsBook", "style": { "navigationBarTitleText": "确认订单信息" } },
  282. { "path": "affirmPxClass", "style": { "navigationBarTitleText": "确认订单信息" } },
  283. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  284. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } }
  285. ]
  286. },
  287. {
  288. "root": "admin/order",
  289. "pages": [
  290. { "path": "detail", "style": { "navigationBarTitleText": "详情" } },
  291. { "path": "addOrder", "style": { "navigationBarTitleText": "开单" } },
  292. { "path": "addOrderConfirm", "style": { "navigationBarTitleText": "确认" } },
  293. { "path": "addOrderResult", "style": { "navigationBarTitleText": "结果" } },
  294. { "path": "workOrderResult", "style": { "navigationBarTitleText": "结果" } },
  295. { "path": "refund", "style": { "navigationBarTitleText": "退款" } },
  296. { "path": "refundList", "style": { "navigationBarTitleText": "退款记录" } },
  297. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情" } },
  298. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  299. { "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } },
  300. { "path": "workOrder", "style": { "navigationBarTitleText": "开单" } }
  301. ]
  302. },
  303. {
  304. "root": "admin/member",
  305. "pages": [
  306. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  307. ]
  308. },
  309. {
  310. "root": "pagesStorehouse/shop/",
  311. "pages": [
  312. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  313. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  314. ]
  315. },
  316. {
  317. "root": "pagesStorehouse/inventory/",
  318. "pages": [
  319. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  320. { "path": "details", "style": { "navigationBarTitleText": "盘点详情" } },
  321. { "path": "update", "style": { "navigationBarTitleText": "新增" } },
  322. { "path": "select", "style": { "navigationBarTitleText": "盘点花材" } }
  323. ]
  324. },
  325. {
  326. "root": "pagesStorehouse/allot/",
  327. "pages": [
  328. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  329. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  330. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  331. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  332. { "path": "putDetails", "style": { "navigationBarTitleText": "入库详情" } },
  333. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } }
  334. ]
  335. },
  336. {
  337. "root": "pagesStorehouse/flower/",
  338. "pages": [
  339. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  340. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  341. ]
  342. },
  343. {
  344. "root": "pagesStorehouse/stockWarn/",
  345. "pages": [
  346. { "path": "manage", "style": { "navigationBarTitleText": "库存", "enablePullDownRefresh": true } },
  347. { "path": "detailed", "style": { "navigationBarTitleText": "明细", "enablePullDownRefresh": true } }
  348. ]
  349. },
  350. {
  351. "root": "pagesPurchase",
  352. "pages": [
  353. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  354. { "path": "add", "style": { "navigationBarTitleText": "新增采购单", "enablePullDownRefresh": true } },
  355. { "path": "gathering", "style": { "navigationBarTitleText": "欠款订单", "enablePullDownRefresh": true } },
  356. { "path": "particulars", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  357. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  358. { "path": "order", "style": { "navigationBarTitleText": "供应商", "enablePullDownRefresh": true } },
  359. { "path": "shopping", "style": { "navigationBarTitleText": "采购", "enablePullDownRefresh": true } },
  360. { "path": "ghsProduct", "style": { "navigationBarTitleText": "采购花材", "enablePullDownRefresh": false } },
  361. { "path": "setPsd", "style": { "navigationBarTitleText": "设置密码", "enablePullDownRefresh": true } },
  362. { "path": "wechatPay", "style": { "navigationBarTitleText": "待支付"} },
  363. { "path": "cosNext", "style": { "navigationBarTitleText": "下一步", "enablePullDownRefresh": true } },
  364. { "path": "gatherPay", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
  365. { "path": "gatherResult", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
  366. { "path": "purDetails", "style": { "navigationBarTitleText": "采购详情", "enablePullDownRefresh": true } },
  367. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
  368. { "path": "xj", "style": { "navigationBarTitleText": "请选择颜色", "enablePullDownRefresh": true } },
  369. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情", "enablePullDownRefresh": true } },
  370. { "path": "level", "style": { "navigationBarTitleText": "会员等级", "enablePullDownRefresh": true } },
  371. { "path": "bookProduct", "style": { "navigationBarTitleText": "预订花材", "enablePullDownRefresh": true } },
  372. { "path": "bookExplain", "style": { "navigationBarTitleText": "预订说明", "enablePullDownRefresh": true } },
  373. { "path": "refundList","style": {"navigationBarTitleText": "退款记录", "enablePullDownRefresh": true } }
  374. ]
  375. },
  376. {
  377. "root": "pagesArrears",
  378. "pages": [
  379. { "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
  380. { "path": "details", "style": { "navigationBarTitleText": "欠款明细", "enablePullDownRefresh": true } }
  381. ]
  382. },
  383. {
  384. "root": "pagesInvite",
  385. "pages": [
  386. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  387. { "path": "inviteShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  388. { "path": "inviteHdShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }
  389. ]
  390. },
  391. {
  392. "root": "pagesStatistics",
  393. "pages": [
  394. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } },
  395. { "path": "pagesPublicity", "style": { "navigationBarTitleText": "" } },
  396. { "path": "trainingClass", "style": { "navigationBarTitleText": "培训班", "enablePullDownRefresh": true } },
  397. { "path": "trainingClassEdit", "style": { "navigationBarTitleText": "培训班编辑" } }
  398. ]
  399. },
  400. {
  401. "root": "admin/jc",
  402. "pages": [
  403. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  404. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  405. ]
  406. },
  407. {
  408. "root": "admin/clear",
  409. "pages": [
  410. { "path": "list", "style": { "navigationBarTitleText": "结账单" } },
  411. { "path": "info", "style": { "navigationBarTitleText": "详情" } }
  412. ]
  413. }
  414. ],
  415. "globalStyle": {
  416. "navigationBarBackgroundColor": "#fff",
  417. "navigationBarTitleText": "花掌柜",
  418. "navigationBarTextStyle": "black",
  419. "backgroundColor": "#f9fbfc"
  420. },
  421. "tabBar": {
  422. "color": "#C0C4CC",
  423. "selectedColor": "#3385FF",
  424. "borderStyle": "black",
  425. "backgroundColor": "#ffffff",
  426. "list": [
  427. {
  428. "pagePath": "admin/home/workbench",
  429. "iconPath": "static/images/common/shop-tab_no.png",
  430. "selectedIconPath": "static/images/common/shop-tab.png",
  431. "text": "店铺"
  432. },
  433. {
  434. "pagePath": "admin/home/order",
  435. "iconPath": "static/images/common/order-no.png",
  436. "selectedIconPath": "static/images/common/order-is.png",
  437. "text": "订单"
  438. },
  439. {
  440. "pagePath": "admin/home/member",
  441. "iconPath": "static/images/common/member-no.png",
  442. "selectedIconPath": "static/images/common/member-is.png",
  443. "text": "客户"
  444. },
  445. {
  446. "pagePath": "admin/home/apply",
  447. "iconPath": "static/images/common/category-no.png",
  448. "selectedIconPath": "static/images/common/shop-apply.png",
  449. "text": "应用"
  450. },
  451. {
  452. "pagePath": "admin/home/me",
  453. "iconPath": "static/images/common/user-no.png",
  454. "selectedIconPath": "static/images/common/shop-me.png",
  455. "text": "我的"
  456. }
  457. ]
  458. }
  459. }