pages.json 11 KB

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