pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom",
  8. "navigationBarBackgroundColor": "#161616"
  9. }
  10. }, {
  11. "path": "pages/login/loginFirst",
  12. "style": {
  13. "navigationBarTitleText": "完善资料",
  14. "navigationBarBackgroundColor": "#161616"
  15. }
  16. }, {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "首页",
  20. "navigationStyle": "custom",
  21. "navigationBarBackgroundColor": "#ffffff"
  22. }
  23. }, {
  24. "path": "pages/index/ai_pp",
  25. "style": {
  26. "navigationBarTitleText": "首页",
  27. "navigationBarBackgroundColor": "#161616"
  28. }
  29. }, {
  30. "path": "pages/index/peopleList",
  31. "style": {
  32. "navigationBarTitleText": "兴趣交友",
  33. "navigationBarBackgroundColor": "#161616"
  34. }
  35. }, {
  36. "path": "pages/index/peopleHome",
  37. "style": {
  38. "navigationBarTitleText": "个人主页",
  39. "navigationBarBackgroundColor": "#161616"
  40. }
  41. }, {
  42. "path": "pages/w3/ucenter",
  43. "style": {
  44. "navigationBarTitleText": "会员中心",
  45. "navigationBarBackgroundColor": "#161616",
  46. "navigationStyle": "custom"
  47. }
  48. }, {
  49. "path": "pages/my/my",
  50. "style": {
  51. "navigationBarTitleText": "我的",
  52. "navigationBarBackgroundColor": "#161616",
  53. "navigationStyle": "custom",
  54. "h5": {
  55. "titleNView": false,
  56. "bounce": "none"
  57. },
  58. "app-plus": {
  59. "bounce": "none"
  60. }
  61. }
  62. }, {
  63. "path": "pages/login/reg",
  64. "style": {
  65. "navigationBarTitleText": "注册",
  66. "navigationStyle": "custom",
  67. "navigationBarBackgroundColor": "#ffffff"
  68. }
  69. }, {
  70. "path": "pages/login/down",
  71. "style": {
  72. "navigationBarTitleText": "加入成功",
  73. "navigationStyle": "custom",
  74. "navigationBarBackgroundColor": "#ffffff"
  75. }
  76. }, {
  77. "path": "pages/my/editMobile",
  78. "style": {
  79. "navigationBarTitleText": "修改手机号",
  80. "navigationBarBackgroundColor": "#161616"
  81. }
  82. }, {
  83. "path": "pages/my/idcheck",
  84. "style": {
  85. "navigationBarTitleText": "实名认证",
  86. "navigationBarBackgroundColor": "#161616"
  87. }
  88. }, {
  89. "path": "pages/my/forgetPass",
  90. "style": {
  91. "navigationBarTitleText": "修改密码",
  92. "navigationBarBackgroundColor": "#161616"
  93. }
  94. }, {
  95. "path": "pages/my/editInfo",
  96. "style": {
  97. "navigationBarTitleText": "基本资料",
  98. "navigationBarBackgroundColor": "#161616"
  99. }
  100. }, {
  101. "path": "pages/my/step",
  102. "style": {
  103. "navigationBarTitleText": "完善信息",
  104. "navigationBarBackgroundColor": "#161616"
  105. }
  106. }, {
  107. "path": "pages/my/dashang",
  108. "style": {
  109. "navigationBarTitleText": "我打赏的",
  110. "navigationBarBackgroundColor": "#161616",
  111. "app-plus": {
  112. "bounce": "none",
  113. "titleNView": {
  114. "buttons": [{
  115. "width": "160rpx",
  116. "fontSize": "22rpx",
  117. "color": "#FF2A95",
  118. "text": "我收到的"
  119. }]
  120. }
  121. }
  122. }
  123. }, {
  124. "path": "pages/my/hudong",
  125. "style": {
  126. "navigationBarTitleText": "我的互动",
  127. "navigationBarBackgroundColor": "#161616",
  128. "app-plus": {
  129. "bounce": "none",
  130. "titleNView": {
  131. "buttons": [{
  132. "width": "160rpx",
  133. "fontSize": "22rpx",
  134. "color": "#FF2A95",
  135. "text": ""
  136. }]
  137. }
  138. }
  139. }
  140. }, {
  141. "path": "pages/my/myArticle",
  142. "style": {
  143. "navigationBarTitleText": "我的动态",
  144. "navigationBarBackgroundColor": "#161616",
  145. "app-plus": {
  146. "bounce": "none",
  147. "titleNView": {
  148. "buttons": [{
  149. "width": "70px",
  150. "fontSize": "22rpx",
  151. "background": "#FF2A95",
  152. "text": "发布"
  153. }]
  154. }
  155. }
  156. }
  157. }, {
  158. "path": "pages/my/share_img",
  159. "style": {
  160. "navigationBarTitleText": "邀请助力",
  161. "navigationBarBackgroundColor": "#161616"
  162. }
  163. }, {
  164. "path": "pages/my/managePhoto",
  165. "style": {
  166. "navigationBarTitleText": "相册管理",
  167. "navigationBarBackgroundColor": "#161616"
  168. }
  169. }, {
  170. "path": "pages/my/setting",
  171. "style": {
  172. "navigationBarTitleText": "设置",
  173. "navigationBarBackgroundColor": "#161616"
  174. }
  175. }, {
  176. "path": "pages/my/tranWechat",
  177. "style": {
  178. "navigationBarTitleText": "交换微信",
  179. "navigationBarBackgroundColor": "#161616"
  180. }
  181. }, {
  182. "path": "pages/AboutUs/yhxy",
  183. "style": {
  184. "navigationBarTitleText": "用户协议",
  185. "navigationBarBackgroundColor": "#161616"
  186. }
  187. }, {
  188. "path": "pages/AboutUs/yszc",
  189. "style": {
  190. "navigationBarTitleText": "隐私政策",
  191. "navigationBarBackgroundColor": "#161616"
  192. }
  193. }, {
  194. "path": "pages/article/article",
  195. "style": {
  196. "navigationBarTitleText": "动态",
  197. "navigationBarBackgroundColor": "#161616",
  198. "navigationStyle": "custom",
  199. "h5": {
  200. "titleNView": false,
  201. "bounce": "none"
  202. },
  203. "app-plus": {
  204. "bounce": "none"
  205. }
  206. }
  207. }, {
  208. "path": "pages/article/addArticle",
  209. "style": {
  210. "navigationBarTitleText": "发布动态",
  211. "navigationBarBackgroundColor": "#161616",
  212. "navigationStyle": "custom"
  213. // "app-plus": {
  214. // "bounce": "none",
  215. // "titleNView": {
  216. // "type": "transparent",
  217. // "buttons": [{
  218. // "type": "none",
  219. // "width": "60px",
  220. // "borderRadius": "0px",
  221. // "fontSize": "12px",
  222. // "color": "#ffffff",
  223. // "background": "#ffffff",
  224. // "text": "发布"
  225. // }]
  226. // }
  227. // }
  228. }
  229. }, {
  230. "path": "pages/my/recordList",
  231. "style": {
  232. "navigationBarTitleText": "记录",
  233. "navigationBarBackgroundColor": "#161616"
  234. }
  235. }, {
  236. "path": "pages/my/wish",
  237. "style": {
  238. "navigationBarTitleText": "心愿",
  239. "navigationBarBackgroundColor": "#161616",
  240. "app-plus": {
  241. "bounce": "none",
  242. "titleNView": {
  243. "buttons": [{
  244. "width": "160rpx",
  245. "fontSize": "22rpx",
  246. "color": "#ffffff",
  247. "text": "我的心愿"
  248. }]
  249. }
  250. }
  251. }
  252. }, {
  253. "path": "pages/my/wishDetail",
  254. "style": {
  255. "navigationBarTitleText": "心愿详情",
  256. "navigationBarBackgroundColor": "#161616"
  257. }
  258. }, {
  259. "path": "pages/my/wishHelp",
  260. "style": {
  261. "navigationBarTitleText": "心愿助力",
  262. "navigationBarBackgroundColor": "#161616"
  263. }
  264. }, {
  265. "path": "pages/my/wishList",
  266. "style": {
  267. "navigationBarTitleText": "我的心愿"
  268. }
  269. }, {
  270. "path": "pages/my/alipaySet",
  271. "style": {
  272. "navigationBarTitleText": "收款账户设置"
  273. }
  274. }, {
  275. "path": "pages/my/addressSet",
  276. "style": {
  277. "navigationBarTitleText": "收货地址设置"
  278. }
  279. }, {
  280. "path": "pages/my/M_purchase",
  281. "style": {
  282. "navigationBarTitleText": "M币充值",
  283. "navigationBarBackgroundColor": "#161616"
  284. }
  285. }, {
  286. "path": "pages/my/X_coin",
  287. "style": {
  288. "navigationBarTitleText": "我的X币",
  289. "navigationBarBackgroundColor": "#161616"
  290. }
  291. }, {
  292. "path": "pages/chat/detail",
  293. "style": {
  294. "navigationBarTitleText": "聊天",
  295. "navigationStyle": "custom",
  296. "navigationBarBackgroundColor": "#161616"
  297. }
  298. }, {
  299. "path": "pages/chat/message",
  300. "style": {
  301. "navigationBarTitleText": "会话",
  302. "navigationBarBackgroundColor": "#161616",
  303. "navigationStyle": "custom"
  304. }
  305. }, {
  306. "path": "pages/chat/groupSetting",
  307. "style": {
  308. "navigationBarTitleText": "群聊",
  309. "navigationBarBackgroundColor": "#161616"
  310. }
  311. }, {
  312. "path": "pages/chat/groupMemlist",
  313. "style": {
  314. "navigationBarTitleText": "群聊成员",
  315. "navigationBarBackgroundColor": "#161616"
  316. }
  317. }, {
  318. "path": "pages/chat/addMem",
  319. "style": {
  320. "navigationBarTitleText": "添加成员",
  321. "navigationBarBackgroundColor": "#161616"
  322. }
  323. }, {
  324. "path": "pages/chat/newGroup",
  325. "style": {
  326. "navigationBarTitleText": "创建群聊",
  327. "navigationBarBackgroundColor": "#161616"
  328. }
  329. },
  330. {
  331. "path": "pages/w3/invite",
  332. "style": {
  333. "navigationBarTitleText": "邀请战队成员",
  334. "navigationBarBackgroundColor": "#161616",
  335. "navigationStyle": "custom"
  336. }
  337. },
  338. {
  339. "path": "pages/w3/friendsList",
  340. "style": {
  341. "navigationBarTitleText": "我的战队",
  342. "navigationBarBackgroundColor": "#161616",
  343. "navigationStyle": "custom"
  344. }
  345. },
  346. {
  347. "path": "pages/w3/teamProfit",
  348. "style": {
  349. "navigationBarTitleText": "战队奖励",
  350. "navigationBarBackgroundColor": "#161616",
  351. "navigationStyle": "custom"
  352. }
  353. },
  354. {
  355. "path": "pages/w3/X_bank",
  356. "style": {
  357. "navigationBarTitleText": "暗物质宝库",
  358. "navigationBarBackgroundColor": "#161616",
  359. "navigationStyle": "custom"
  360. }
  361. },
  362. {
  363. "path": "pages/w3/tran",
  364. "style": {
  365. "navigationStyle": "custom",
  366. "navigationBarTitleText": "传送",
  367. "navigationBarBackgroundColor": "#161616"
  368. }
  369. }, {
  370. "path": "pages/w3/tranRecord",
  371. "style": {
  372. "navigationBarTitleText": "记录",
  373. "navigationBarBackgroundColor": "#161616",
  374. "navigationStyle": "custom"
  375. }
  376. }, {
  377. "path": "pages/w3/share_img",
  378. "style": {
  379. "navigationBarTitleText": "邀请战队成员",
  380. "navigationBarBackgroundColor": "#161616",
  381. "navigationStyle": "custom"
  382. }
  383. }, {
  384. "path": "pages/w3/levRule",
  385. "style": {
  386. "navigationBarTitleText": "晋升规则",
  387. "navigationBarBackgroundColor": "#161616",
  388. "navigationStyle": "custom"
  389. }
  390. }, {
  391. "path": "pages/w3/box",
  392. "style": {
  393. "navigationStyle": "custom",
  394. "navigationBarTitleText": "燃料中心",
  395. "navigationBarBackgroundColor": "#161616",
  396. "navigationBarTextStyle": "white"
  397. }
  398. }, {
  399. "path": "pages/w3/miningRecord",
  400. "style": {
  401. "navigationBarTitleText": "探索记录",
  402. "navigationBarBackgroundColor": "#161616"
  403. }
  404. }
  405. ],
  406. "globalStyle": {
  407. "navigationBarTextStyle": "white",
  408. "navigationBarTitleText": "遇见玛特",
  409. "navigationBarBackgroundColor": "#161616",
  410. "backgroundColor": "#161616"
  411. },
  412. "easycom": {
  413. "autoscan": true,
  414. "custom": {
  415. "cl-(.*)": "uni_modules/cl-uni/components/cl-$1/cl-$1.vue"
  416. }
  417. },
  418. "tabBar": {
  419. // "custom":true,
  420. "color": "#999999",
  421. "selectedColor": "#ffffff",
  422. "borderStyle": "white",
  423. "height": "50px",
  424. "backgroundColor": "#161616",
  425. "list": [{
  426. "pagePath": "pages/index/index",
  427. "iconPath": "static/tab/tab_home.png",
  428. "selectedIconPath": "static/tab/tab_home_sel.png",
  429. "text": "遇见"
  430. },
  431. {
  432. "pagePath": "pages/article/article",
  433. "iconPath": "static/tab/tab_article.png",
  434. "selectedIconPath": "static/tab/tab_article_sel.png",
  435. "text": "动态"
  436. },
  437. {
  438. "pagePath": "pages/chat/message",
  439. "iconPath": "static/tab/tab_sms.png",
  440. "selectedIconPath": "static/tab/tab_sms_sel.png",
  441. "text": "消息"
  442. },
  443. {
  444. "pagePath": "pages/my/my",
  445. "iconPath": "static/tab/tab_me.png",
  446. "selectedIconPath": "static/tab/tab_me_sel.png",
  447. "text": "我的"
  448. }
  449. ]
  450. }
  451. }