pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "婚恋",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/matchmaker-workbench/index",
  12. "style": {
  13. "navigationBarTitleText": "红娘工作台",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/matchmaker-workbench/my-resources",
  19. "style": {
  20. "navigationBarTitleText": "我的资源",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/matchmaker-workbench/client-detail",
  26. "style": {
  27. "navigationBarTitleText": "客户信息",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/matchmaker-workbench/precise-match",
  33. "style": {
  34. "navigationBarTitleText": "精准匹配",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/matchmaker-workbench/quality-resources",
  40. "style": {
  41. "navigationBarTitleText": "优质资源",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/matchmaker-workbench/points-mall",
  47. "style": {
  48. "navigationBarTitleText": "积分商城",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/matchmaker-workbench/ranking",
  54. "style": {
  55. "navigationBarTitleText": "红娘排行榜",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/matchmaker-workbench/message",
  61. "style": {
  62. "navigationBarTitleText": "消息",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/matchmaker-workbench/mine",
  68. "style": {
  69. "navigationBarTitleText": "我的",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/matchmaker-workbench/sign-in",
  75. "style": {
  76. "navigationBarTitleText": "签到",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/matchmaker-workbench/add-resource",
  82. "style": {
  83. "navigationBarTitleText": "信息录入",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/matchmaker-workbench/account-settings",
  89. "style": {
  90. "navigationBarTitleText": "账户设置",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/matchmaker-workbench/edit-profile",
  96. "style": {
  97. "navigationBarTitleText": "编辑资料",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/page3/page3",
  103. "style": {
  104. "navigationBarTitleText": "授权登录"
  105. }
  106. },
  107. {
  108. "path": "pages/plaza/index",
  109. "style": {
  110. "navigationBarTitleText": "动态广场",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/plaza/publish",
  116. "style": {
  117. "navigationBarTitleText": "发布动态",
  118. "navigationBarBackgroundColor": "#E91E63",
  119. "navigationBarTextStyle": "white"
  120. }
  121. },
  122. {
  123. "path": "pages/plaza/detail",
  124. "style": {
  125. "navigationBarTitleText": "动态详情",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/plaza/report",
  131. "style": {
  132. "navigationBarTitleText": "举报",
  133. "navigationBarBackgroundColor": "#E91E63",
  134. "navigationBarTextStyle": "white"
  135. }
  136. },
  137. {
  138. "path": "pages/recommend/index",
  139. "style": {
  140. "navigationBarTitleText": "推荐",
  141. "navigationBarBackgroundColor": "#E91E63",
  142. "navigationBarTextStyle": "white"
  143. }
  144. },
  145. {
  146. "path": "pages/recommend/user-detail",
  147. "style": {
  148. "navigationBarTitleText": "用户详情",
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/recommend/user-dynamics",
  154. "style": {
  155. "navigationBarTitleText": "用户动态",
  156. "navigationStyle": "custom"
  157. }
  158. },
  159. {
  160. "path": "pages/message/index",
  161. "style": {
  162. "navigationBarTitleText": "消息",
  163. "navigationBarBackgroundColor": "#E91E63",
  164. "navigationBarTextStyle": "white"
  165. }
  166. },
  167. {
  168. "path": "pages/message/chat",
  169. "style": {
  170. "navigationBarTitleText": "聊天",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/message/system",
  176. "style": {
  177. "navigationBarTitleText": "系统消息",
  178. "navigationBarBackgroundColor": "#E91E63",
  179. "navigationBarTextStyle": "white"
  180. }
  181. },
  182. {
  183. "path": "pages/mine/index",
  184. "style": {
  185. "navigationBarTitleText": "我的",
  186. "navigationBarBackgroundColor": "#E91E63",
  187. "navigationBarTextStyle": "white"
  188. }
  189. },
  190. {
  191. "path": "pages/matchmakers/list",
  192. "style": {
  193. "navigationBarTitleText": "红娘服务",
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "pages/matchmakers/detail",
  199. "style": {
  200. "navigationBarTitleText": "红娘详情",
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "pages/activities/list",
  206. "style": {
  207. "navigationBarTitleText": "活动列表",
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "pages/activities/detail",
  213. "style": {
  214. "navigationBarTitleText": "活动详情",
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. "path": "pages/courses/list",
  220. "style": {
  221. "navigationBarTitleText": "精品课程",
  222. "navigationStyle": "custom"
  223. }
  224. },
  225. {
  226. "path": "pages/courses/detail",
  227. "style": {
  228. "navigationBarTitleText": "课程详情",
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path": "pages/success-case/list",
  234. "style": {
  235. "navigationBarTitleText": "成功案例",
  236. "navigationStyle": "custom"
  237. }
  238. },
  239. {
  240. "path": "pages/success-case/detail",
  241. "style": {
  242. "navigationBarTitleText": "案例详情",
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path": "pages/astrology/index",
  248. "style": {
  249. "navigationBarTitleText": "星命运算",
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. {
  254. "path": "pages/astrology/zodiac",
  255. "style": {
  256. "navigationBarTitleText": "属相测算",
  257. "navigationStyle": "custom"
  258. }
  259. },
  260. {
  261. "path": "pages/astrology/constellation",
  262. "style": {
  263. "navigationBarTitleText": "星座卡片",
  264. "navigationStyle": "custom"
  265. }
  266. },
  267. {
  268. "path": "pages/astrology/constellation-match",
  269. "style": {
  270. "navigationBarTitleText": "星座配对",
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "pages/astrology/bazi",
  276. "style": {
  277. "navigationBarTitleText": "八字测算",
  278. "navigationStyle": "custom"
  279. }
  280. },
  281. {
  282. "path": "pages/astrology/bazi-match",
  283. "style": {
  284. "navigationBarTitleText": "八字配对",
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "pages/astrology/mbti",
  290. "style": {
  291. "navigationBarTitleText": "MBTI测试",
  292. "navigationStyle": "custom"
  293. }
  294. },
  295. {
  296. "path": "pages/profile/index",
  297. "style": {
  298. "navigationBarTitleText": "基本资料",
  299. "navigationBarBackgroundColor": "#E91E63",
  300. "navigationBarTextStyle": "white"
  301. }
  302. },
  303. {
  304. "path": "pages/part-time-matchmaker/index",
  305. "style": {
  306. "navigationBarTitleText": "兼职红娘",
  307. "navigationBarBackgroundColor": "#E91E63",
  308. "navigationBarTextStyle": "white"
  309. }
  310. },
  311. {
  312. "path": "pages/blacklist/index",
  313. "style": {
  314. "navigationBarTitleText": "黑名单",
  315. "navigationBarBackgroundColor": "#E91E63",
  316. "navigationBarTextStyle": "white"
  317. }
  318. },
  319. {
  320. "path": "pages/partner-requirement/index",
  321. "style": {
  322. "navigationBarTitleText": "对象要求",
  323. "navigationBarBackgroundColor": "#E91E63",
  324. "navigationBarTextStyle": "white"
  325. }
  326. },
  327. {
  328. "path": "pages/settings/index",
  329. "style": {
  330. "navigationBarTitleText": "设置",
  331. "navigationBarBackgroundColor": "#E91E63",
  332. "navigationBarTextStyle": "white"
  333. }
  334. },
  335. {
  336. "path": "pages/customize/index",
  337. "style": {
  338. "navigationBarTitleText": "私人定制",
  339. "navigationBarBackgroundColor": "#E91E63",
  340. "navigationBarTextStyle": "white"
  341. }
  342. },
  343. {
  344. "path": "pages/vip/index",
  345. "style": {
  346. "navigationBarTitleText": "VIP会员",
  347. "navigationBarBackgroundColor": "#E91E63",
  348. "navigationBarTextStyle": "white"
  349. }
  350. },
  351. {
  352. "path": "pages/today-recommend/index",
  353. "style": {
  354. "navigationBarTitleText": "今日推荐",
  355. "navigationBarBackgroundColor": "#E91E63",
  356. "navigationBarTextStyle": "white"
  357. }
  358. },
  359. {
  360. "path": "pages/match/index",
  361. "style": {
  362. "navigationBarTitleText": "在线匹配",
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path": "pages/mine/my-activities",
  368. "style": {
  369. "navigationBarTitleText": "我的活动",
  370. "navigationStyle": "custom"
  371. }
  372. },
  373. {
  374. "path": "pages/mine/my-dynamics",
  375. "style": {
  376. "navigationBarTitleText": "我的动态",
  377. "navigationStyle": "custom"
  378. }
  379. },
  380. {
  381. "path": "pages/settings/id-verification",
  382. "style": {
  383. "navigationBarTitleText": "绑定身份证",
  384. "navigationStyle": "custom"
  385. }
  386. },
  387. {
  388. "path": "pages/settings/phone-binding",
  389. "style": {
  390. "navigationBarTitleText": "绑定手机号",
  391. "navigationStyle": "custom"
  392. }
  393. },
  394. {
  395. "path": "pages/settings/about",
  396. "style": {
  397. "navigationBarTitleText": "关于我们",
  398. "navigationStyle": "default"
  399. }
  400. },
  401. {
  402. "path": "pages/feedback/index",
  403. "style": {
  404. "navigationBarTitleText": "用户反馈",
  405. "navigationBarBackgroundColor": "#E91E63",
  406. "navigationBarTextStyle": "white"
  407. }
  408. }
  409. ],
  410. "globalStyle": {
  411. "navigationBarTextStyle": "black",
  412. "navigationBarTitleText": "婚恋平台",
  413. "navigationBarBackgroundColor": "#E91E63",
  414. "backgroundColor": "#FFF9F9"
  415. },
  416. "serve": "vue-cli-service serve && webpack-dev-server --open",
  417. "uniIdRouter": {}
  418. }