pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index",
  7. "style": {
  8. "navigationBarTitleText": "2022届寻找明星母婴服务人员海选赛",
  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/certificate/apply",
  87. "style": {
  88. "navigationStyle":"custom",
  89. "navigationBarTitleText": "认证资料"
  90. }
  91. },
  92. {
  93. "path": "pages/certificate/showCertificate",
  94. "style": {
  95. "navigationStyle":"custom",
  96. "navigationBarTitleText": "母婴健康专委会证书查询系统"
  97. }
  98. },
  99. {
  100. "path": "pages/certificate/query",
  101. "style": {
  102. "navigationStyle":"custom",
  103. "navigationBarTitleText": "查询"
  104. }
  105. },
  106. {
  107. "path": "pages/certificate/success",
  108. "style": {
  109. "navigationStyle":"custom",
  110. "navigationBarTitleText": "证书"
  111. }
  112. },
  113. {
  114. "path": "pages/redirect/redirect",
  115. "style": {
  116. "navigationBarTitleText": "微信登录跳转页面",
  117. "app-plus": {
  118. "titleNView": false
  119. }
  120. }
  121. },
  122. {
  123. "path": "pages/public/register",
  124. "style": {
  125. "navigationBarTitleText": "注册",
  126. "app-plus": {
  127. "titleNView": {
  128. "type": "transparent"
  129. }
  130. }
  131. }
  132. }, {
  133. "path": "pages/public/login",
  134. "style": {
  135. "navigationBarTitleText": "登录",
  136. "app-plus": {
  137. "titleNView": {
  138. "type": "transparent"
  139. }
  140. }
  141. }
  142. }, {
  143. "path": "pages/public/forget",
  144. "style": {
  145. "navigationBarTitleText": "忘记密码",
  146. "app-plus": {
  147. "titleNView": {
  148. "type": "transparent"
  149. }
  150. }
  151. }
  152. },
  153. {
  154. "path": "pages/activity/index",
  155. "style": {
  156. "navigationBarTitleText": "活动规则"
  157. }
  158. },
  159. {
  160. "path": "pages/activity/userInfo",
  161. "style": {
  162. "navigationBarTitleText": "2022届寻找明星母婴服务人员海选赛",
  163. "app-plus": {
  164. "titleNView": {
  165. "type": "transparent"
  166. }
  167. }
  168. }
  169. }
  170. ],
  171. "globalStyle": {
  172. "navigationBarTextStyle": "black",
  173. "navigationBarTitleText": "uni-app",
  174. "navigationBarBackgroundColor": "#FFFFFF",
  175. "backgroundColor": "#f8f8f8"
  176. }
  177. }