app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/user/user",
  5. "pages/login/login",
  6. "pages/loginMobeil/loginMobeil",
  7. "pages/areaCode/areaCode",
  8. "pages/search/search",
  9. "pages/select/select",
  10. "pages/detail/detail",
  11. "pages/about/about"
  12. ],
  13. "window": {
  14. "backgroundTextStyle": "dark",
  15. "navigationBarBackgroundColor": "#fff",
  16. "navigationBarTitleText": "hooli留学圈",
  17. "navigationBarTextStyle": "black"
  18. },
  19. "usingComponents": {
  20. "loading": "/components/loading/loading",
  21. "m-loading": "/components/mloading/mloading"
  22. },
  23. "tabBar": {
  24. "color": "#686b70",
  25. "selectedColor": "#21cc47",
  26. "backgroundColor": "#ffffff",
  27. "borderStyle": "black",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "text": "留学群",
  32. "iconPath": "/icons/liuxuequn.png",
  33. "selectedIconPath": "/icons/liuxuequn-active.png"
  34. },
  35. {
  36. "pagePath": "pages/user/user",
  37. "text": "我的",
  38. "iconPath": "/icons/user.png",
  39. "selectedIconPath": "/icons/user-active.png"
  40. }
  41. ],
  42. "position": "bottom"
  43. },
  44. "sitemapLocation": "sitemap.json",
  45. "plugins": {
  46. "chatGroupPlugin": {
  47. "version": "1.0.2",
  48. "provider": "wxaae6519cee98d824"
  49. }
  50. }
  51. }