app.json 642 B

12345678910111213141516171819202122232425
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/detail/index",
  5. "pages/template/index",
  6. "pages/add/index",
  7. "pages/try/index",
  8. "pages/tips/index",
  9. "pages/login/index",
  10. "pages/accessory/index"
  11. ],
  12. "window":{
  13. "backgroundTextStyle":"light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "金融小程序",
  16. "navigationBarTextStyle":"white",
  17. "navigationStyle": "custom"
  18. },
  19. "usingComponents": {
  20. "cu-custom": "/colorui/components/cu-custom",
  21. "van-dialog": "@vant/weapp/dialog/index",
  22. "van-empty": "@vant/weapp/empty/index"
  23. },
  24. "sitemapLocation": "sitemap.json"
  25. }