app.json 341 B

1234567891011121314151617
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/test/test",
  5. "pages/succeed/succeed",
  6. "pages/authen/identity",
  7. "pages/authen/login",
  8. "pages/confirm/confirm"
  9. ],
  10. "subPackages": [],
  11. "window": {
  12. "defaultTitle": "uni-app",
  13. "titleBarColor": "#F8F8F8",
  14. "backgroundColor": "#F8F8F8"
  15. },
  16. "usingComponents": {}
  17. }