pages.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. {
  2. "pages": [
  3. {
  4. "path": "admin/home/console",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "admin/home/workbench",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "admin/home/order",
  18. "style": {
  19. "navigationBarTitleText": "订单",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "admin/home/member",
  25. "style": {
  26. "navigationBarTitleText": "客户",
  27. "enablePullDownRefresh": true
  28. }
  29. },
  30. {
  31. "path": "admin/home/apply",
  32. "style": {
  33. "navigationBarTitleText": "应用",
  34. "enablePullDownRefresh": true
  35. }
  36. },
  37. {
  38. "path": "admin/home/me",
  39. "style": {
  40. "navigationBarTitleText": "应用",
  41. "enablePullDownRefresh": true
  42. }
  43. },
  44. {
  45. "path": "common/redirect",
  46. "style": {
  47. "navigationBarTitleText": "加载中..."
  48. }
  49. },
  50. {
  51. "path": "common/webview",
  52. "style": {
  53. "navigationBarBackgroundColor": "#ffffff",
  54. "navigationBarTextStyle": "black"
  55. }
  56. }
  57. ],
  58. "subPackages": [
  59. {
  60. "root": "admin/order",
  61. "pages": [
  62. {
  63. "path": "detail",
  64. "style": {
  65. "navigationBarTitleText": "详情"
  66. }
  67. },
  68. {
  69. "path": "ship",
  70. "style": {
  71. "navigationBarTitleText": "发货"
  72. }
  73. },
  74. {
  75. "path": "fill-form",
  76. "style": {
  77. "navigationBarTitleText": "填写收花人"
  78. }
  79. },
  80. {
  81. "path": "print",
  82. "style": {
  83. "navigationBarTitleText": "打印"
  84. }
  85. }
  86. ]
  87. },
  88. {
  89. "root": "admin/official",
  90. "pages": [
  91. {
  92. "path": "index",
  93. "style": {
  94. "navigationBarTitleText": "花卉宝"
  95. }
  96. },
  97. {
  98. "path": "pay",
  99. "style": {
  100. "navigationBarTitleText": "支付"
  101. }
  102. },
  103. {
  104. "path": "apply",
  105. "style": {
  106. "navigationBarTitleText": "申请"
  107. }
  108. },
  109. {
  110. "path": "callback",
  111. "style": {
  112. "navigationBarTitleText": "回调"
  113. }
  114. },
  115. {
  116. "path": "latest-shop",
  117. "style": {
  118. "navigationBarTitleText": "最近访问的店铺"
  119. }
  120. }
  121. ]
  122. },
  123. {
  124. "root": "admin/member",
  125. "pages": [
  126. {
  127. "path": "add",
  128. "style": {
  129. "navigationBarTitleText": "添加客户"
  130. }
  131. },
  132. {
  133. "path": "detail",
  134. "style": {
  135. "navigationBarTitleText": "客户详情"
  136. }
  137. }
  138. ]
  139. },
  140. {
  141. "root": "admin/interest",
  142. "pages": [
  143. {
  144. "path": "invite",
  145. "style": {
  146. "navigationBarTitleText": "邀请列表"
  147. }
  148. },
  149. {
  150. "path": "my-invite",
  151. "style": {
  152. "navigationBarTitleText": "我的邀请"
  153. }
  154. },
  155. {
  156. "path": "setting",
  157. "style": {
  158. "navigationBarTitleText": "邀请奖励设置"
  159. }
  160. }
  161. ]
  162. },
  163. {
  164. "root": "admin/coupon",
  165. "pages": [
  166. {
  167. "path": "list",
  168. "style": {
  169. "navigationBarTitleText": "优惠券"
  170. }
  171. }
  172. ]
  173. },
  174. {
  175. "root": "admin/ad",
  176. "pages": [
  177. {
  178. "path": "list",
  179. "style": {
  180. "navigationBarTitleText": "广告列表"
  181. }
  182. },
  183. {
  184. "path": "add",
  185. "style": {
  186. "navigationBarTitleText": "添加广告"
  187. }
  188. },
  189. {
  190. "path": "sel-goods",
  191. "style": {
  192. "navigationBarTitleText": "商品选择"
  193. }
  194. }
  195. ]
  196. },
  197. {
  198. "root": "admin/staff",
  199. "pages": [
  200. {
  201. "path": "list",
  202. "style": {
  203. "navigationBarTitleText": "员工管理"
  204. }
  205. },
  206. {
  207. "path": "add",
  208. "style": {
  209. "navigationBarTitleText": ""
  210. }
  211. },
  212. {
  213. "path": "sel-member",
  214. "style": {
  215. "navigationBarTitleText": "客户列表"
  216. }
  217. }
  218. ]
  219. },
  220. {
  221. "root": "admin/shop",
  222. "pages": [
  223. {
  224. "path": "list",
  225. "style": {
  226. "navigationBarTitleText": "店铺管理"
  227. }
  228. },
  229. {
  230. "path": "add",
  231. "style": {
  232. "navigationBarTitleText": ""
  233. }
  234. }
  235. ]
  236. },
  237. {
  238. "root": "admin/setting",
  239. "pages": [
  240. {
  241. "path": "list",
  242. "style": {
  243. "navigationBarTitleText": "设置"
  244. }
  245. },
  246. {
  247. "path": "wx-menu",
  248. "style": {
  249. "navigationBarTitleText": "公众号菜单设置"
  250. }
  251. },
  252. {
  253. "path": "coupon",
  254. "style": {
  255. "navigationBarTitleText": "新客优惠"
  256. }
  257. },
  258. {
  259. "path": "level",
  260. "style": {
  261. "navigationBarTitleText": "客户等级设置"
  262. }
  263. },
  264. {
  265. "path": "password",
  266. "style": {
  267. "navigationBarTitleText": "密码设置"
  268. }
  269. }
  270. ]
  271. },
  272. {
  273. "root": "admin/goodsManage",
  274. "pages": [
  275. {
  276. "path": "list",
  277. "style": {
  278. "navigationBarTitleText": "商品管理"
  279. }
  280. },
  281. {
  282. "path": "category",
  283. "style": {
  284. "navigationBarTitleText": "分类管理"
  285. }
  286. },
  287. {
  288. "path": "add",
  289. "style": {
  290. "navigationBarTitleText": "添加商品"
  291. }
  292. },
  293. {
  294. "path": "img-store",
  295. "style": {
  296. "navigationBarTitleText": "图库管理"
  297. }
  298. },
  299. {
  300. "path": "goods-name",
  301. "style": {
  302. "navigationBarTitleText": "填写商品信息"
  303. }
  304. },
  305. {
  306. "path": "freight",
  307. "style": {
  308. "navigationBarTitleText": "运费设置"
  309. }
  310. },
  311. {
  312. "path": "price-increase",
  313. "style": {
  314. "navigationBarTitleText": "节假日自动涨价"
  315. }
  316. }
  317. ]
  318. },
  319. {
  320. "root": "admin/shopAdmin",
  321. "pages": [
  322. {
  323. "path": "bind",
  324. "style": {
  325. "navigationBarTitleText": "管理员绑定"
  326. }
  327. }
  328. ]
  329. },
  330. {
  331. "root": "admin/assets",
  332. "pages": [
  333. {
  334. "path": "list",
  335. "style": {
  336. "navigationBarTitleText": "收入明细"
  337. }
  338. }
  339. ]
  340. },
  341. {
  342. "root": "admin/chat",
  343. "pages": [
  344. {
  345. "path": "index",
  346. "style": {
  347. "navigationBarTitleText": "客服",
  348. "enablePullDownRefresh": true
  349. }
  350. }
  351. ]
  352. },
  353. {
  354. "root": "admin/template",
  355. "pages": [
  356. {
  357. "path": "index",
  358. "style": {
  359. "navigationBarTitleText": "选择模板"
  360. }
  361. }
  362. ]
  363. },
  364. {
  365. "root": "admin/statistics",
  366. "pages": [
  367. {
  368. "path": "demo",
  369. "style": {
  370. "navigationBarTitleText": "数据统计"
  371. }
  372. }
  373. ]
  374. },
  375. {
  376. "root": "admin/billing",
  377. "pages": [
  378. {
  379. "path": "index",
  380. "style": {
  381. "navigationBarTitleText": "开单"
  382. }
  383. },
  384. {
  385. "path": "result",
  386. "style": {
  387. "navigationBarTitleText": "开单结果"
  388. }
  389. },
  390. {
  391. "path": "affirm",
  392. "style": {
  393. "navigationBarTitleText": "确认下单"
  394. }
  395. },
  396. {
  397. "path": "confirm",
  398. "style": {
  399. "navigationBarTitleText": "待确认"
  400. }
  401. }
  402. ]
  403. },
  404. {
  405. "root": "admin/warehouse/allot/",
  406. "pages": [
  407. {
  408. "path": "exDetails",
  409. "style": {
  410. "navigationBarTitleText": "出库详情"
  411. }
  412. },
  413. {
  414. "path": "addExDetails",
  415. "style": {
  416. "navigationBarTitleText": "新增"
  417. }
  418. },
  419. {
  420. "path": "allotEx",
  421. "style": {
  422. "navigationBarTitleText": "调拨出库",
  423. "enablePullDownRefresh": true
  424. }
  425. },
  426. {
  427. "path": "putDetails",
  428. "style": {
  429. "navigationBarTitleText": "入库详情"
  430. }
  431. },
  432. {
  433. "path": "allotPut",
  434. "style": {
  435. "navigationBarTitleText": "调拨入库",
  436. "enablePullDownRefresh": true
  437. }
  438. }
  439. ]
  440. },
  441. {
  442. "root": "admin/warehouse/inventory/",
  443. "pages": [
  444. {
  445. "path": "list",
  446. "style": {
  447. "navigationBarTitleText": "盘点",
  448. "enablePullDownRefresh": true
  449. }
  450. },
  451. {
  452. "path": "details",
  453. "style": {
  454. "navigationBarTitleText": "盘点详情"
  455. }
  456. },
  457. {
  458. "path": "add",
  459. "style": {
  460. "navigationBarTitleText": "新增"
  461. }
  462. },
  463. {
  464. "path": "select",
  465. "style": {
  466. "navigationBarTitleText": "盘点花材"
  467. }
  468. }
  469. ]
  470. },
  471. {
  472. "root": "admin/warehouse/shop/",
  473. "pages": [
  474. {
  475. "path": "list",
  476. "style": {
  477. "navigationBarTitleText": "盘点",
  478. "enablePullDownRefresh": true
  479. }
  480. },
  481. {
  482. "path": "update",
  483. "style": {
  484. "navigationBarTitleText": "门店编辑"
  485. }
  486. }
  487. ]
  488. },
  489. {
  490. "root": "admin/warehouse/stockWarn/",
  491. "pages": [
  492. {
  493. "path": "manage",
  494. "style": {
  495. "navigationBarTitleText": "库存",
  496. "enablePullDownRefresh": true
  497. }
  498. },
  499. {
  500. "path": "detailed",
  501. "style": {
  502. "navigationBarTitleText": "明细",
  503. "enablePullDownRefresh": true
  504. }
  505. }
  506. ]
  507. }
  508. ],
  509. "globalStyle": {
  510. // #ifdef H5
  511. "navigationStyle": "custom",
  512. // #endif
  513. "navigationBarBackgroundColor": "#fff",
  514. "navigationBarTitleText": "花卉宝",
  515. "navigationBarTextStyle": "black",
  516. "backgroundColor": "#f9fbfc"
  517. },
  518. "tabBar": {
  519. "color": "#C0C4CC",
  520. "selectedColor": "#3385FF",
  521. "borderStyle": "black",
  522. "backgroundColor": "#ffffff",
  523. "list": [
  524. {
  525. "pagePath": "admin/home/workbench",
  526. "iconPath": "static/images/common/shop-tab_no.png",
  527. "selectedIconPath": "static/images/common/shop-tab.png",
  528. "text": "店铺"
  529. },
  530. {
  531. "pagePath": "admin/home/order",
  532. "iconPath": "static/images/common/order-no.png",
  533. "selectedIconPath": "static/images/common/order-is.png",
  534. "text": "订单"
  535. },
  536. {
  537. "pagePath": "admin/home/member",
  538. "iconPath": "static/images/common/member-no.png",
  539. "selectedIconPath": "static/images/common/member-is.png",
  540. "text": "客户"
  541. },
  542. {
  543. "pagePath": "admin/home/apply",
  544. "iconPath": "static/images/common/category-no.png",
  545. "selectedIconPath": "static/images/common/shop-apply.png",
  546. "text": "应用"
  547. },
  548. {
  549. "pagePath": "admin/home/me",
  550. "iconPath": "static/images/common/user-no.png",
  551. "selectedIconPath": "static/images/common/shop-me.png",
  552. "text": "我的"
  553. }
  554. ]
  555. }
  556. }