pages.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "婚恋",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/page3/page3",
  12. "style": {
  13. "navigationBarTitleText": "授权登录"
  14. }
  15. },
  16. {
  17. "path": "pages/plaza/index",
  18. "style": {
  19. "navigationBarTitleText": "动态广场",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/plaza/publish",
  25. "style": {
  26. "navigationBarTitleText": "分享心动",
  27. "navigationStyle": "custom" // 和广场页保持一致的导航样式
  28. }
  29. },
  30. {
  31. "path": "pages/plaza/detail",
  32. "style": {
  33. "navigationBarTitleText": "分享心动",
  34. "navigationStyle": "custom" // 和广场页保持一致的导航样式
  35. }
  36. },
  37. {
  38. "path": "pages/recommend/index",
  39. "style": {
  40. "navigationBarTitleText": "推荐",
  41. "navigationBarBackgroundColor": "#E91E63",
  42. "navigationBarTextStyle": "white"
  43. }
  44. },
  45. {
  46. "path": "pages/mine/index",
  47. "style": {
  48. "navigationBarTitleText": "我的",
  49. "navigationBarBackgroundColor": "#E91E63",
  50. "navigationBarTextStyle": "white"
  51. }
  52. },
  53. {
  54. "path": "pages/mine/my-dynamics",
  55. "style": {
  56. "navigationBarTitleText": "我的动态",
  57. "navigationBarTextStyle": "white"
  58. }
  59. },
  60. {
  61. "path": "pages/mine/my-activities",
  62. "style": {
  63. "navigationBarTitleText": "我的活动",
  64. "navigationBarTextStyle": "white"
  65. }
  66. },
  67. {
  68. "path": "pages/mine/liked-by-me",
  69. "style": {
  70. "navigationBarTitleText": "我喜欢的",
  71. "navigationBarTextStyle": "white"
  72. }
  73. },
  74. {
  75. "path": "pages/mine/liked-me",
  76. "style": {
  77. "navigationBarTitleText": "喜欢我的",
  78. "navigationBarTextStyle": "white"
  79. }
  80. },
  81. {
  82. "path": "pages/mine/visited-by-me",
  83. "style": {
  84. "navigationBarTitleText": "我浏览的",
  85. "navigationBarTextStyle": "white"
  86. }
  87. }
  88. ],
  89. "subPackages": [
  90. {
  91. "root": "subpkg-message",
  92. "independent": true,
  93. "pages": [
  94. // {
  95. // "path": "index/index",
  96. // "style": {
  97. // "navigationBarTitleText": "消息",
  98. // "navigationBarBackgroundColor": "#E91E63",
  99. // "navigationBarTextStyle": "white"
  100. // }
  101. // },
  102. // {
  103. // "path": "chat/chat",
  104. // "style": {
  105. // "navigationBarTitleText": "聊天",
  106. // "navigationStyle": "custom"
  107. // }
  108. // },
  109. // {
  110. // "path": "system/system",
  111. // "style": {
  112. // "navigationBarTitleText": "系统消息",
  113. // "navigationBarBackgroundColor": "#E91E63",
  114. // "navigationBarTextStyle": "white"
  115. // }
  116. // }
  117. ]
  118. },
  119. {
  120. "root": "pages/matchmaker-workbench",
  121. "pages": [
  122. {"path": "index", "style": {"navigationBarTitleText": "红娘工作台", "navigationStyle": "custom"}},
  123. {"path": "my-resources", "style": {"navigationBarTitleText": "我的资源", "navigationStyle": "custom"}},
  124. {"path": "resource-input", "style": {"navigationBarTitleText": "信息录入", "navigationStyle": "custom"}},
  125. {"path": "client-detail", "style": {"navigationBarTitleText": "客户信息", "navigationStyle": "custom"}},
  126. {"path": "precise-match", "style": {"navigationBarTitleText": "精准匹配", "navigationStyle": "custom"}},
  127. {"path": "quality-resources", "style": {"navigationBarTitleText": "优质资源", "navigationStyle": "custom"}},
  128. {"path": "points-mall", "style": {"navigationBarTitleText": "积分商城", "navigationStyle": "custom"}},
  129. {"path": "courses", "style": {"navigationBarTitleText": "培训课程", "navigationStyle": "custom"}},
  130. {"path": "course-detail", "style": {"navigationBarTitleText": "课程详情", "navigationStyle": "custom"}},
  131. {"path": "ranking", "style": {"navigationBarTitleText": "红娘排行榜", "navigationStyle": "custom"}},
  132. {"path": "message", "style": {"navigationBarTitleText": "消息", "navigationStyle": "custom"}},
  133. {"path": "system-messages", "style": {"navigationBarTitleText": "系统通知", "navigationStyle": "custom"}},
  134. {"path": "audit-records", "style": {"navigationBarTitleText": "审核记录", "navigationStyle": "custom"}},
  135. {"path": "mine", "style": {"navigationBarTitleText": "我的", "navigationStyle": "custom"}},
  136. {"path": "sign-in", "style": {"navigationBarTitleText": "签到", "navigationStyle": "custom"}},
  137. {"path": "add-resource", "style": {"navigationBarTitleText": "信息录入", "navigationStyle": "custom"}},
  138. {"path": "account-settings", "style": {"navigationBarTitleText": "账户设置", "navigationStyle": "custom"}},
  139. {"path": "edit-profile", "style": {"navigationBarTitleText": "编辑资料", "navigationStyle": "custom"}},
  140. {"path": "product-detail", "style": {"navigationBarTitleText": "商品详情", "navigationStyle": "custom"}},
  141. {"path": "points-detail", "style": {"navigationBarTitleText": "积分明细", "navigationStyle": "custom"}},
  142. {"path": "earn-points", "style": {"navigationBarTitleText": "赚取积分", "navigationStyle": "custom"}},
  143. {"path": "success-case-upload", "style": {"navigationBarTitleText": "撮合成功审核", "navigationStyle": "custom"}},
  144. {"path": "my-activities", "style": {"navigationBarTitleText": "我的活动", "navigationStyle": "custom"}}
  145. ]
  146. },
  147. {
  148. "root": "pages/matchmakers",
  149. "pages": [
  150. {"path": "list", "style": {"navigationBarTitleText": "红娘服务", "navigationStyle": "custom"}},
  151. {"path": "detail", "style": {"navigationBarTitleText": "红娘详情", "navigationStyle": "custom"}}
  152. ]
  153. },
  154. {
  155. "root": "pages/activities",
  156. "pages": [
  157. {"path": "list", "style": {"navigationBarTitleText": "活动列表", "navigationStyle": "custom"}},
  158. {"path": "detail", "style": {"navigationBarTitleText": "活动详情", "navigationStyle": "custom"}}
  159. ]
  160. },
  161. {
  162. "root": "pages/courses",
  163. "pages": [
  164. {"path": "list", "style": {"navigationBarTitleText": "精品课程", "navigationStyle": "custom"}},
  165. {"path": "detail", "style": {"navigationBarTitleText": "课程详情", "navigationStyle": "custom"}}
  166. ]
  167. },
  168. {
  169. "root": "pages/success-case",
  170. "pages": [
  171. {"path": "list", "style": {"navigationBarTitleText": "成功案例", "navigationStyle": "custom"}},
  172. {"path": "detail", "style": {"navigationBarTitleText": "案例详情", "navigationStyle": "custom"}}
  173. ]
  174. },
  175. {
  176. "root": "pages/astrology",
  177. "pages": [
  178. {"path": "index", "style": {"navigationBarTitleText": "星命运算", "navigationStyle": "custom"}},
  179. {"path": "zodiac", "style": {"navigationBarTitleText": "属相测算", "navigationStyle": "custom"}},
  180. {"path": "constellation", "style": {"navigationBarTitleText": "星座卡片", "navigationStyle": "custom"}},
  181. {"path": "constellation-match", "style": {"navigationBarTitleText": "星座配对", "navigationStyle": "custom"}},
  182. {"path": "bazi", "style": {"navigationBarTitleText": "八字测算", "navigationStyle": "custom"}},
  183. {"path": "bazi-match", "style": {"navigationBarTitleText": "八字配对", "navigationStyle": "custom"}},
  184. {"path": "mbti", "style": {"navigationBarTitleText": "MBTI测试", "navigationStyle": "custom"}}
  185. ]
  186. },
  187. {
  188. "root": "pages/profile",
  189. "pages": [
  190. {"path": "index", "style": {"navigationBarTitleText": "基本资料", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  191. ]
  192. },
  193. {
  194. "root": "pages/part-time-matchmaker",
  195. "pages": [
  196. {"path": "index", "style": {"navigationBarTitleText": "兼职红娘", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  197. ]
  198. },
  199. {
  200. "root": "pages/blacklist",
  201. "pages": [
  202. {"path": "index", "style": {"navigationBarTitleText": "黑名单", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  203. ]
  204. },
  205. {
  206. "root": "pages/partner-requirement",
  207. "pages": [
  208. {"path": "index", "style": {"navigationBarTitleText": "对象要求", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  209. ]
  210. },
  211. {
  212. "root": "pages/settings",
  213. "pages": [
  214. {"path": "index", "style": {"navigationBarTitleText": "设置", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}},
  215. {"path": "id-verification", "style": {"navigationBarTitleText": "绑定身份证", "navigationStyle": "custom"}},
  216. {"path": "phone-binding", "style": {"navigationBarTitleText": "绑定手机号", "navigationStyle": "custom"}},
  217. {"path": "about", "style": {"navigationBarTitleText": "关于我们", "navigationStyle": "default"}}
  218. ]
  219. },
  220. {
  221. "root": "pages/customize",
  222. "pages": [
  223. {"path": "index", "style": {"navigationBarTitleText": "私人定制", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  224. ]
  225. },
  226. {
  227. "root": "pages/vip",
  228. "pages": [
  229. {"path": "index", "style": {"navigationBarTitleText": "VIP会员", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  230. ]
  231. },
  232. {
  233. "root": "pages/today-recommend",
  234. "pages": [
  235. {"path": "index", "style": {"navigationBarTitleText": "今日推荐", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  236. ]
  237. },
  238. {
  239. "root": "pages/match",
  240. "pages": [
  241. {"path": "index", "style": {"navigationBarTitleText": "在线匹配", "navigationStyle": "custom"}}
  242. ]
  243. },
  244. {
  245. "root": "pages/feedback",
  246. "pages": [
  247. {"path": "index", "style": {"navigationBarTitleText": "用户反馈", "navigationBarBackgroundColor": "#E91E63", "navigationBarTextStyle": "white"}}
  248. ]
  249. }
  250. ],
  251. "globalStyle": {
  252. "navigationBarTextStyle": "black",
  253. "navigationBarTitleText": "婚恋平台",
  254. "navigationBarBackgroundColor": "#E91E63",
  255. "backgroundColor": "#FFF9F9"
  256. },
  257. "serve": "vue-cli-service serve && webpack-dev-server --open",
  258. "uniIdRouter": {}
  259. }