pages.json 1.9 KB

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