app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [
  3. "pages/FirstBangDing/FirstBangDing",
  4. "pages/homepage/homepage",
  5. "pages/huhaobangding/huhaobangding",
  6. "pages/lijijiaofei/lijijiaofei",
  7. "pages/zhangdanlist/zhangdanlist",
  8. "pages/zhangdanxiangqing/zdxiangqing",
  9. "pages/baoxiudj/baoxiudj",
  10. "pages/tongzhiList/tongzhiList",
  11. "pages/tzxq/tzxq",
  12. "pages/baoxiuSuccess/baoxiuSuccess",
  13. "pages/huhaoguanli/huhaoguanli",
  14. "pages/tousujianyi/tousujianyi",
  15. "pages/tousujianyiSuccess/tousujianyiSuccess",
  16. "pages/mine/mine"
  17. ],
  18. "tabBar": {
  19. "color": "rgba(182, 189, 205, 1)",
  20. "selectedColor": "#000000",
  21. "backgroundColor": "#ffffff",
  22. "list": [
  23. {
  24. "pagePath": "pages/homepage/homepage",
  25. "text": "首页",
  26. "iconPath": "static_file/homepage.png",
  27. "selectedIconPath": "static_file/homepageCheck.png"
  28. },
  29. {
  30. "pagePath": "pages/mine/mine",
  31. "text": "我的",
  32. "iconPath": "static_file/personalCenter.png",
  33. "selectedIconPath": "static_file/personalCenterCheck.png"
  34. }
  35. ]
  36. },
  37. "window": {
  38. "backgroundTextStyle": "light",
  39. "navigationBarBackgroundColor": "#4080FF",
  40. "navigationStyle": "custom"
  41. },
  42. "componentFramework": "glass-easel",
  43. "sitemapLocation": "sitemap.json",
  44. "lazyCodeLoading": "requiredComponents"
  45. }