app.json 2.5 KB

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