app.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/users/users",
  5. "pages/user/user",
  6. "pages/bxjlDetail/bxjlDetail",
  7. "pages/bxjl/bxjl",
  8. "pages/baoxiu/baoxiu",
  9. "pages/fcxx/fcxx",
  10. "pages/wyjf/wyjf",
  11. "pages/jfjl/jfjl",
  12. "pages/sq/sq",
  13. "pages/cb/cb",
  14. "pages/fc/fc",
  15. "pages/ld/ld",
  16. "pages/index/tointro",
  17. "pages/index/facereconize",
  18. "pages/index/job",
  19. "pages/tousu/tousu"
  20. ],
  21. "window": {
  22. "navigationBarBackgroundColor": "#ffffff",
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "小程序",
  25. "backgroundColor": "#eeeeee",
  26. "backgroundTextStyle": "light",
  27. "enablePullDownRefresh": false
  28. },
  29. "debug": true,
  30. "tabBar": {
  31. "color": "#444",
  32. "selectedColor": "#219bf3",
  33. "borderStyle": "black",
  34. "position": "bottom",
  35. "list": [
  36. {
  37. "text": "首页",
  38. "pagePath": "pages/index/index",
  39. "iconPath":"./img/1588844912.png",
  40. "selectedIconPath":"./img/1588845621(1).png"
  41. },
  42. {
  43. "text": "我的",
  44. "pagePath": "pages/user/user",
  45. "iconPath":"./img/1588844851(1).png",
  46. "selectedIconPath":"./img/1588845396(1).png"
  47. }
  48. ]
  49. },
  50. "permission": {
  51. "scope.userLocation": {
  52. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  53. }
  54. },
  55. "sitemapLocation": "sitemap89.json"
  56. }