app.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. ],
  20. "window": {
  21. "navigationBarBackgroundColor": "#ffffff",
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "小程序",
  24. "backgroundColor": "#eeeeee",
  25. "backgroundTextStyle": "light",
  26. "enablePullDownRefresh": false
  27. },
  28. "debug": true,
  29. "tabBar": {
  30. "color": "#444",
  31. "selectedColor": "#219bf3",
  32. "borderStyle": "black",
  33. "position": "bottom",
  34. "list": [
  35. {
  36. "text": "首页",
  37. "pagePath": "pages/index/index",
  38. "iconPath":"./img/1588844912.png",
  39. "selectedIconPath":"./img/1588845621(1).png"
  40. },
  41. {
  42. "text": "我的",
  43. "pagePath": "pages/user/user",
  44. "iconPath":"./img/1588844851(1).png",
  45. "selectedIconPath":"./img/1588845396(1).png"
  46. }
  47. ]
  48. },
  49. "permission": {
  50. "scope.userLocation": {
  51. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  52. }
  53. },
  54. "sitemapLocation": "sitemap89.json"
  55. }