pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "path": "addForm/addForm",
  52. "style": {
  53. "navigationBarTitleText": "报名信息"
  54. }
  55. }]
  56. },
  57. {
  58. "root": "library",
  59. "pages": [{
  60. "path": "poster/index",
  61. "style": {
  62. "navigationBarTitleText": ""
  63. }
  64. }, {
  65. "path": "posterService/posterService",
  66. "style": {
  67. "navigationBarTitleText": "海报"
  68. }
  69. }, {
  70. "path": "productLink/productLink",
  71. "style": {
  72. "navigationBarTitleText": "产品链接"
  73. }
  74. },{
  75. "path": "longPoster/index",
  76. "style": {
  77. "navigationBarTitleText": "长图海报"
  78. }
  79. },{
  80. "path": "longPosterService/longPosterService",
  81. "style": {
  82. "navigationBarTitleText": "长图海报"
  83. }
  84. },{
  85. "path": "longPosterService/longPosterService2",
  86. "style": {
  87. "navigationBarTitleText": "长图海报"
  88. }
  89. },{
  90. "path": "longPosterContent/longPosterContent",
  91. "style": {
  92. "navigationBarTitleText": "编辑内容"
  93. }
  94. },{
  95. "path": "longPosterContent/longPosterContent2",
  96. "style": {
  97. "navigationBarTitleText": "编辑内容"
  98. }
  99. }]
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "uni-app",
  105. "navigationBarBackgroundColor": "#F8F8F8",
  106. "backgroundColor": "#F8F8F8",
  107. "navigationStyle": "custom",
  108. "app-plus": {
  109. "titleNView": false
  110. }
  111. }
  112. }