pages.json 626 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "uni-app",
  7. "app-plus": {
  8. "bounce": "none",
  9. "popGesture": "none",
  10. "scrollIndicator": "none"
  11. }
  12. }
  13. }
  14. ],
  15. "easycom": {
  16. "autoscan": true,
  17. "custom": {
  18. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  19. }
  20. },
  21. "globalStyle": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "uni-app",
  24. "navigationStyle": "custom",
  25. "navigationBarBackgroundColor": "#F8F8F8",
  26. "backgroundColor": "#F8F8F8"
  27. },
  28. "uniIdRouter": {}
  29. }