pages.json 20 KB

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