app.json 1.9 KB

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