app.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "pages/record/record"
  19. ],
  20. "window": {
  21. "backgroundTextStyle": "light",
  22. "navigationBarBackgroundColor": "#fff",
  23. "navigationBarTitleText": "洗护管家",
  24. "navigationBarTextStyle": "black"
  25. },
  26. "tabBar": {
  27. "color": "#666666",
  28. "selectedColor": "#4699FF",
  29. "backgroundColor": "#fff",
  30. "list": [
  31. {
  32. "pagePath": "pages/tabber/home/index",
  33. "text": "首页",
  34. "iconPath": "image/tabber/home.png",
  35. "selectedIconPath": "image/tabber/home-active.png"
  36. },
  37. {
  38. "pagePath": "pages/tabber/order/index",
  39. "text": "分拣单",
  40. "iconPath": "image/tabber/order.png",
  41. "selectedIconPath": "image/tabber/order-active.png"
  42. },
  43. {
  44. "pagePath": "pages/tabber/builds/index",
  45. "text": "打包",
  46. "iconPath": "image/tabber/build.png",
  47. "selectedIconPath": "image/tabber/build-active.png"
  48. },
  49. {
  50. "pagePath": "pages/tabber/set/index",
  51. "text": "设置",
  52. "iconPath": "image/tabber/set.png",
  53. "selectedIconPath": "image/tabber/set-active.png"
  54. }
  55. ]
  56. },
  57. "sitemapLocation": "sitemap.json"
  58. }