pages.json 9.7 KB

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