app.json 618 B

123456789101112131415161718192021222324
  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/login/index",
  9. "pages/accessory/index"
  10. ],
  11. "window":{
  12. "backgroundTextStyle":"light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "金融小程序",
  15. "navigationBarTextStyle":"white",
  16. "navigationStyle": "custom"
  17. },
  18. "usingComponents": {
  19. "cu-custom": "/colorui/components/cu-custom",
  20. "van-dialog": "@vant/weapp/dialog/index",
  21. "van-empty": "@vant/weapp/empty/index"
  22. },
  23. "sitemapLocation": "sitemap.json"
  24. }