app.json 702 B

12345678910111213141516171819202122232425262728
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/mybuy/mybuy",
  5. "pages/hot/hot",
  6. "pages/hotdt/hotdt",
  7. "pages/myloan/myloan",
  8. "pages/evaluate/evaluate",
  9. "pages/sell/sell",
  10. "pages/loans/loans",
  11. "pages/collect/collect",
  12. "pages/buy/buy",
  13. "pages/shop/shop",
  14. "pages/cardetail/cardetail",
  15. "pages/usercenter/usercenter",
  16. "pages/mysuggest/mysuggest",
  17. "pages/test/test",
  18. "pages/orderdetail/orderdetail"
  19. ],
  20. "window":{
  21. "navigationBarBackgroundColor": "#fede18",
  22. "navigationBarTitleText": "第一好车",
  23. "navigationBarTextStyle":"black",
  24. "navigationStyle": "custom",
  25. "enablePullDownRefresh":false,
  26. "backgroundColor":"black"
  27. }
  28. }