app.json 2.0 KB

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