pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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/enterpriseInformation",
  45. "style": {
  46. "navigationBarTitleText": "企业申请"
  47. // "app-plus": {
  48. // "titleNView": {
  49. // "type": "transparent"
  50. // }
  51. // }
  52. }
  53. },
  54. {
  55. "path": "pages/apply/personalInformation",
  56. "style": {
  57. "navigationBarTitleText": "个人申请"
  58. }
  59. },
  60. {
  61. "path": "pages/apply/choose",
  62. "style": {
  63. "navigationBarTitleText": "申请类型"
  64. }
  65. },
  66. {
  67. "path": "pages/apply/query",
  68. "style": {
  69. "navigationBarTitleText": "查询",
  70. "app-plus": {
  71. "titleNView": {
  72. "type": "transparent"
  73. }
  74. }
  75. }
  76. },
  77. {
  78. "path": "pages/apply/success",
  79. "style": {
  80. "navigationBarTitleText": "证书"
  81. }
  82. },
  83. {
  84. "path": "pages/redirect/redirect",
  85. "style": {
  86. "navigationBarTitleText": "微信登录跳转页面",
  87. "app-plus": {
  88. "titleNView": false
  89. }
  90. }
  91. },
  92. {
  93. "path": "pages/public/register",
  94. "style": {
  95. "navigationBarTitleText": "注册",
  96. "app-plus": {
  97. "titleNView": {
  98. "type": "transparent"
  99. }
  100. }
  101. }
  102. }, {
  103. "path": "pages/public/login",
  104. "style": {
  105. "navigationBarTitleText": "登录",
  106. "app-plus": {
  107. "titleNView": {
  108. "type": "transparent"
  109. }
  110. }
  111. }
  112. }, {
  113. "path": "pages/public/forget",
  114. "style": {
  115. "navigationBarTitleText": "忘记密码",
  116. "app-plus": {
  117. "titleNView": {
  118. "type": "transparent"
  119. }
  120. }
  121. }
  122. },
  123. {
  124. "path": "pages/activity/index",
  125. "style": {
  126. "navigationBarTitleText": "活动规则"
  127. }
  128. },
  129. {
  130. "path": "pages/activity/userInfo",
  131. "style": {
  132. "navigationBarTitleText": "2021届寻找明星母婴服务人员海选赛",
  133. "app-plus": {
  134. "titleNView": {
  135. "type": "transparent"
  136. }
  137. }
  138. }
  139. }
  140. ],
  141. "globalStyle": {
  142. "navigationBarTextStyle": "black",
  143. "navigationBarTitleText": "uni-app",
  144. "navigationBarBackgroundColor": "#FFFFFF",
  145. "backgroundColor": "#f8f8f8"
  146. }
  147. }