app.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/tabber/home/index",
  5. "pages/tabber/order/index",
  6. "pages/tabber/set/index",
  7. "pages/tabber/builds/index",
  8. "pages/signIn/siginIn",
  9. "pages/signIn/hand/hand",
  10. "pages/signIn/recode/recode",
  11. "pages/mySet/admin/admin",
  12. "pages/mySet/print/print",
  13. "pages/sorting/choice/choice",
  14. "pages/control/choice/choice",
  15. "pages/control/order/order",
  16. "pages/control/result/result",
  17. "pages/sorting/enter/enter"
  18. ],
  19. "window": {
  20. "backgroundTextStyle": "light",
  21. "navigationBarBackgroundColor": "#fff",
  22. "navigationBarTitleText": "洗护管家",
  23. "navigationBarTextStyle": "black"
  24. },
  25. "tabBar": {
  26. "color": "#666666",
  27. "selectedColor": "#4699FF",
  28. "backgroundColor": "#fff",
  29. "list": [
  30. {
  31. "pagePath": "pages/tabber/home/index",
  32. "text": "首页",
  33. "iconPath": "image/tabber/home.png",
  34. "selectedIconPath": "image/tabber/home-active.png"
  35. },
  36. {
  37. "pagePath": "pages/tabber/order/index",
  38. "text": "分拣单",
  39. "iconPath": "image/tabber/order.png",
  40. "selectedIconPath": "image/tabber/order-active.png"
  41. },
  42. {
  43. "pagePath": "pages/tabber/builds/index",
  44. "text": "打包",
  45. "iconPath": "image/tabber/build.png",
  46. "selectedIconPath": "image/tabber/build-active.png"
  47. },
  48. {
  49. "pagePath": "pages/tabber/set/index",
  50. "text": "设置",
  51. "iconPath": "image/tabber/set.png",
  52. "selectedIconPath": "image/tabber/set-active.png"
  53. }
  54. ]
  55. },
  56. "sitemapLocation": "sitemap.json"
  57. }