pages.json 10.0 KB

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