pages.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. {
  33. "root": "match",
  34. "pages": [{
  35. "path": "activityManage/activityManage",
  36. "style": {
  37. "navigationBarTitleText": "活动"
  38. }
  39. },{
  40. "path": "activityEdit/activityEdit",
  41. "style": {
  42. "navigationBarTitleText": "创建活动"
  43. }
  44. },
  45. {
  46. "path": "editorContent/editorContent",
  47. "style": {
  48. "navigationBarTitleText": "活动详情"
  49. }
  50. }]
  51. }
  52. ],
  53. "globalStyle": {
  54. "navigationBarTextStyle": "black",
  55. "navigationBarTitleText": "uni-app",
  56. "navigationBarBackgroundColor": "#F8F8F8",
  57. "backgroundColor": "#F8F8F8",
  58. "navigationStyle": "custom",
  59. "app-plus": {
  60. "titleNView": false
  61. }
  62. }
  63. }