app.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/tool/band/band",
  5. "pages/task/supply/index",
  6. "pages/login/login",
  7. "pages/me/index",
  8. "pages/task/info/info",
  9. "pages/task/info/b2bInfo",
  10. "pages/tool/sign/signature",
  11. "pages/task/lyg/index",
  12. "pages/task/submit/subtask",
  13. "pages/tool/agree/agree",
  14. "pages/user/info/index",
  15. "pages/tool/identify/index",
  16. "pages/task/trade/index",
  17. "pages/task/demand/index",
  18. "pages/task/confirm/index",
  19. "pages/task/finish/index",
  20. "pages/account/index",
  21. "pages/log/log",
  22. "pages/tool/empty/index"
  23. ],
  24. "window": {
  25. "backgroundTextStyle": "light",
  26. "navigationBarBackgroundColor": "#000",
  27. "navigationBarTitleText": "云园区",
  28. "navigationStyle": "custom",
  29. "navigationBarTextStyle": "white",
  30. "enablePullDownRefresh": true
  31. },
  32. "tabBar": {
  33. "color": "#666666",
  34. "selectedColor": "#FF6347",
  35. "borderStyle": "black",
  36. "backgroundColor": "#ffffff",
  37. "list": [
  38. {
  39. "pagePath": "pages/index/index",
  40. "iconPath": "img/icons/homes.png",
  41. "selectedIconPath": "img/icons/homesopen.png",
  42. "text": "首页"
  43. },
  44. {
  45. "pagePath": "pages/task/lyg/index",
  46. "iconPath": "img/icons/tasks.png",
  47. "selectedIconPath": "img/icons/tasksopen.png",
  48. "text": "任务大厅"
  49. },
  50. {
  51. "pagePath": "pages/account/index",
  52. "iconPath": "img/icons/accounts.png",
  53. "selectedIconPath": "img/icons/accountsopen.png",
  54. "text": "账单"
  55. },
  56. {
  57. "pagePath": "pages/me/index",
  58. "iconPath": "img/icons/mes.png",
  59. "selectedIconPath": "img/icons/mesopen.png",
  60. "text": "个人中心"
  61. }
  62. ]
  63. },
  64. "usingComponents": {
  65. "cu-custom": "/colorui/components/cu-custom"
  66. },
  67. "permission": {
  68. "scope.userLocation": {
  69. "desc": "用户定位附近的花"
  70. }
  71. },
  72. "sitemapLocation": "sitemap.json"
  73. }