pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index",
  7. "style": {
  8. "navigationBarTitleText": "2021届寻找明星母婴服务人员海选赛",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/recharge/pay",
  16. "style": {
  17. "navigationBarTitleText": "金币充值"
  18. }
  19. },
  20. {
  21. "path": "pages/addTp/user",
  22. "style": {
  23. "navigationBarTitleText": "个人参赛"
  24. }
  25. },
  26. {
  27. "path": "pages/addTp/company",
  28. "style": {
  29. "navigationBarTitleText": "企业参赛"
  30. }
  31. },
  32. {
  33. "path": "pages/public/wxLogin",
  34. "style": {
  35. "navigationBarTitleText": "微信登录",
  36. "app-plus": {
  37. "titleNView": {
  38. "type": "transparent"
  39. }
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/apply/information",
  45. "style": {
  46. "navigationBarTitleText": "申请"
  47. }
  48. },
  49. {
  50. "path": "pages/apply/choose",
  51. "style": {
  52. "navigationBarTitleText": "会员申请表"
  53. }
  54. },
  55. {
  56. "path": "pages/apply/query",
  57. "style": {
  58. "navigationBarTitleText": "查询",
  59. "app-plus": {
  60. "titleNView": {
  61. "type": "transparent"
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/apply/success",
  68. "style": {
  69. "navigationBarTitleText": "证书"
  70. }
  71. },
  72. {
  73. "path": "pages/apply/verification",
  74. "style": {
  75. "navigationStyle":"custom",
  76. "navigationBarTitleText": "我的核销码"
  77. }
  78. },
  79. {
  80. "path": "pages/apply/qrcode",
  81. "style": {
  82. "navigationBarTitleText": "我的核销券"
  83. }
  84. },
  85. {
  86. "path": "pages/redirect/redirect",
  87. "style": {
  88. "navigationBarTitleText": "微信登录跳转页面",
  89. "app-plus": {
  90. "titleNView": false
  91. }
  92. }
  93. },
  94. {
  95. "path": "pages/public/register",
  96. "style": {
  97. "navigationBarTitleText": "注册",
  98. "app-plus": {
  99. "titleNView": {
  100. "type": "transparent"
  101. }
  102. }
  103. }
  104. }, {
  105. "path": "pages/public/login",
  106. "style": {
  107. "navigationBarTitleText": "登录",
  108. "app-plus": {
  109. "titleNView": {
  110. "type": "transparent"
  111. }
  112. }
  113. }
  114. }, {
  115. "path": "pages/public/forget",
  116. "style": {
  117. "navigationBarTitleText": "忘记密码",
  118. "app-plus": {
  119. "titleNView": {
  120. "type": "transparent"
  121. }
  122. }
  123. }
  124. },
  125. {
  126. "path": "pages/activity/index",
  127. "style": {
  128. "navigationBarTitleText": "活动规则"
  129. }
  130. },
  131. {
  132. "path": "pages/activity/userInfo",
  133. "style": {
  134. "navigationBarTitleText": "2021届寻找明星母婴服务人员海选赛",
  135. "app-plus": {
  136. "titleNView": {
  137. "type": "transparent"
  138. }
  139. }
  140. }
  141. }
  142. ],
  143. "globalStyle": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "uni-app",
  146. "navigationBarBackgroundColor": "#FFFFFF",
  147. "backgroundColor": "#f8f8f8"
  148. }
  149. }