pages.json 1016 B

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