兼兼街公众号代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
3.6 KiB

2 years ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. {
  8. "path": "pages/home/index",
  9. "name": "home",
  10. "style": {
  11. "navigationBarTitleText": "兼兼街"
  12. }
  13. },
  14. {
  15. "path": "pages/car/index",
  16. "style": {
  17. "navigationBarTitleText": "江华信息"
  18. }
  19. },
  20. {
  21. "path": "pages/news/index",
  22. "style": {
  23. "navigationBarTitleText": "大学家教",
  24. "enablePullDownRefresh": true
  25. }
  26. },
  27. {
  28. "path": "pages/my/index",
  29. "style": {
  30. "navigationBarTitleText": "个人中心"
  31. }
  32. },
  33. {
  34. "path": "pages/home/course-detial",
  35. "style": {
  36. "navigationBarTitleText": "招聘详情"
  37. }
  38. },
  39. {
  40. "path": "pages/home/new-detail",
  41. "style": {
  42. "navigationBarTitleText": "详情"
  43. }
  44. },
  45. {
  46. "path": "pages/my/list-fensi",
  47. "style": {
  48. "navigationBarTitleText": "我的粉丝"
  49. }
  50. },
  51. {
  52. "path": "pages/my/list-renzhen",
  53. "style": {
  54. "navigationBarTitleText": "实名认证"
  55. }
  56. },
  57. {
  58. "path": "pages/my/my-xiansuo",
  59. "style": {
  60. "navigationBarTitleText": "邀请二维码",
  61. "enablePullDownRefresh": true
  62. }
  63. },
  64. {
  65. "path": "pages/my/my-xiansuo-new",
  66. "style": {
  67. "navigationBarTitleText": "我要推荐"
  68. }
  69. },
  70. {
  71. "path": "pages/my/my-xiansuo-now",
  72. "style": {
  73. "navigationBarTitleText": "告用户书"
  74. }
  75. },
  76. {
  77. "path": "pages/my/xiansuo-detail",
  78. "style": {
  79. "navigationBarTitleText": "我的线索"
  80. }
  81. },
  82. {
  83. "path": "pages/my/xieyi",
  84. "style": {
  85. "navigationBarTitleText": "用户协议与隐私政策"
  86. }
  87. },
  88. {
  89. "path": "pages/my/my-fabujianzhi",
  90. "style": {
  91. "navigationBarTitleText": "我要发布"
  92. }
  93. },
  94. {
  95. "path": "pages/my/my-fabujianzhi-list",
  96. "style": {
  97. "navigationBarTitleText": "发布信息"
  98. }
  99. },
  100. {
  101. "path": "pages/my/edit-user",
  102. "style": {
  103. "navigationBarTitleText": "个人信息"
  104. }
  105. },
  106. {
  107. "path": "pages/my/login-kehu",
  108. "style": {
  109. "navigationBarTitleText": "登录"
  110. }
  111. },
  112. {
  113. "path": "pages/my/my-baoming",
  114. "style": {
  115. "navigationBarTitleText": "我的报名"
  116. }
  117. },
  118. {
  119. "path": "pages/my/baoming-detail",
  120. "style": {
  121. "navigationBarTitleText": "我的报名"
  122. }
  123. },
  124. {
  125. "path": "pages/my/canyu-detail",
  126. "style": {
  127. "navigationBarTitleText": "往期参与"
  128. }
  129. },
  130. {
  131. "path": "pages/car/course-detial",
  132. "style": {
  133. "navigationBarTitleText": "信息详情"
  134. }
  135. }
  136. ],
  137. "globalStyle": {
  138. "navigationBarTextStyle": "black",
  139. "navigationBarTitleText": "",
  140. "navigationBarBackgroundColor": "#F8F8F8",
  141. "backgroundColor": "#F8F8F8"
  142. },
  143. "condition" : {
  144. "current": 0,
  145. "list": [
  146. {
  147. "name": "",
  148. "path": "pages/student-information/student-information",
  149. "query": ""
  150. }
  151. ]
  152. },
  153. "tabBar": {
  154. "borderStyle": "white",
  155. "color": "#4D4D4D",
  156. "selectedColor": "#00CCCC;",
  157. "backgroundColor": "#ffffff",
  158. "list": [{
  159. "pagePath": "pages/home/index",
  160. "iconPath": "static/img/tabbar/icon-home.png",
  161. "selectedIconPath": "static/img/tabbar/icon-home-active.png",
  162. "text": "最新兼职"
  163. },
  164. {
  165. "pagePath": "pages/car/index",
  166. "iconPath": "static/img/tabbar/icon-new.png",
  167. "selectedIconPath": "static/img/tabbar/icon-new-active.png",
  168. "text": "江华信息"
  169. }, {
  170. "pagePath": "pages/news/index",
  171. "iconPath": "static/img/tabbar/zxq.png",
  172. "selectedIconPath": "static/img/tabbar/zx.png",
  173. "text": "大学家教"
  174. }, {
  175. "pagePath": "pages/my/index",
  176. "iconPath": "static/img/tabbar/icon-my.png",
  177. "selectedIconPath": "static/img/tabbar/icon-my-active.png",
  178. "text": "个人中心"
  179. }]
  180. }
  181. }