app.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "pages/sorting/add/add",
  20. "pages/sorting/seled/seled",
  21. "pages/tabber/builds/hand_desc/handDesc",
  22. "pages/error/yichang/index",
  23. "pages/error/yichangchuli/index",
  24. "pages/error/jiesuan/index",
  25. "pages/record/recorddetails/recorddetails",
  26. "pages/tabber/order/see/see",
  27. "pages/record/recorddetailsinfo/recorddetailsinfo",
  28. "pages/sorting/enternext/enternext",
  29. "pages/bluetooth/bluetooth"
  30. ],
  31. "window": {
  32. "backgroundTextStyle": "light",
  33. "navigationBarBackgroundColor": "#fff",
  34. "navigationBarTitleText": "洗护管家",
  35. "navigationBarTextStyle": "black",
  36. "enablePullDownRefresh": true
  37. },
  38. "tabBar": {
  39. "color": "#666666",
  40. "selectedColor": "#4699FF",
  41. "backgroundColor": "#fff",
  42. "list": [
  43. {
  44. "pagePath": "pages/tabber/home/index",
  45. "text": "首页",
  46. "iconPath": "image/tabber/home.png",
  47. "selectedIconPath": "image/tabber/home-active.png"
  48. },
  49. {
  50. "pagePath": "pages/tabber/order/index",
  51. "text": "分拣单",
  52. "iconPath": "image/tabber/order.png",
  53. "selectedIconPath": "image/tabber/order-active.png"
  54. },
  55. {
  56. "pagePath": "pages/tabber/builds/index",
  57. "text": "打包",
  58. "iconPath": "image/tabber/build.png",
  59. "selectedIconPath": "image/tabber/build-active.png"
  60. },
  61. {
  62. "pagePath": "pages/tabber/set/index",
  63. "text": "设置",
  64. "iconPath": "image/tabber/set.png",
  65. "selectedIconPath": "image/tabber/set-active.png"
  66. }
  67. ]
  68. },
  69. "sitemapLocation": "sitemap.json",
  70. "permission": {
  71. "scope.userLocation": {
  72. "desc": "需要获取您的位置,以便取得推荐最近的网点"
  73. }
  74. },
  75. "debug": true
  76. }