pages.json 774 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. }],
  8. "subPackages": [{
  9. "root": "card",
  10. "pages": [{
  11. "path": "create/create",
  12. "style": {
  13. "navigationBarTitleText": "创建名片"
  14. }
  15. }, {
  16. "path": "editDesc/editDesc",
  17. "style": {
  18. "navigationBarTitleText": "详情"
  19. }
  20. }, {
  21. "path": "success/success",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. }, {
  26. "path": "index/index",
  27. "style": {
  28. "navigationBarTitleText": ""
  29. }
  30. }]
  31. }],
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "uni-app",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8",
  37. "navigationStyle": "custom",
  38. "app-plus": {
  39. "titleNView": false
  40. }
  41. }
  42. }