pages.json 784 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTextStyle": "black",
  10. "navigationBarBackgroundColor": "#FFFFFF",
  11. // "navigationStyle": "custom",
  12. "navigationBarTitleText":"恒星币"
  13. <<<<<<< HEAD
  14. =======
  15. }
  16. },
  17. {
  18. "path": "pages/index/Expect",
  19. "style": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarBackgroundColor": "#FFFFFF",
  22. // "navigationStyle": "custom",
  23. "navigationBarTitleText":"恒星币"
  24. >>>>>>> b38ef8383b6c90e02e27fa83a9f1005de590c615
  25. }
  26. }
  27. ],
  28. "globalStyle": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "uni-app",
  31. "navigationBarBackgroundColor": "#FFFFFF",
  32. "backgroundColor": "#f8f8f8"
  33. }
  34. }