pages.json 463 B

123456789101112131415161718192021222324252627
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "云动创想"
  7. }
  8. },
  9. {
  10. "path": "pages/index/detail",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }
  15. ],
  16. "globalStyle": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarBackgroundColor": "#F8F8F8",
  19. "backgroundColor": "#F8F8F8"
  20. },
  21. "easycom":{
  22. "autoscan": true,
  23. "custom": {
  24. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  25. }
  26. }
  27. }