pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "GraceUI",
  7. "bounce" : "none",
  8. "titleNView" : false,
  9. "navigationStyle" : "custom"
  10. }
  11. },
  12. {
  13. "path" : "pages/about/about",
  14. "style": {
  15. "navigationBarTitleText": "GraceUI",
  16. "bounce" : "none",
  17. "titleNView" : false,
  18. "navigationStyle" : "custom"
  19. }
  20. }
  21. ],
  22. "globalStyle": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "GraceUI",
  25. "navigationBarBackgroundColor": "#F8F8F8",
  26. "backgroundColor": "#FFFFFF"
  27. },
  28. "tabBar": {
  29. "color": "#6B7374",
  30. "selectedColor": "#3688FF",
  31. "borderStyle": "white",
  32. "backgroundColor": "#F6F7F8",
  33. "list": [
  34. {
  35. "pagePath": "pages/index/index",
  36. "iconPath": "static/menu_imgs/menu_1.png",
  37. "selectedIconPath": "static/menu_imgs/menu_1a.png",
  38. "text": "GraceUI"
  39. },
  40. {
  41. "pagePath": "pages/about/about",
  42. "iconPath": "static/menu_imgs/menu_2.png",
  43. "selectedIconPath": "static/menu_imgs/menu_2a.png",
  44. "text": "关于"
  45. }
  46. ]
  47. },
  48. "easycom": {
  49. "custom": {
  50. "grace(.*)": "@/graceUI/components/grace$1.vue"
  51. }
  52. }
  53. }