pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle": "custom",
  10. // "navigationStyle": "default",
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/login/an",
  16. "style": {
  17. "navigationStyle": "custom",
  18. // "navigationStyle": "default",
  19. "navigationBarTitleText": ""
  20. }
  21. },
  22. {
  23. "path": "pages/login/index",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "navigationStyle": "custom",
  27. "enablePullDownRefresh": false
  28. }
  29. },
  30. // 登录
  31. {
  32. "path": "pages/login/login",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": ""
  36. }
  37. },
  38. // 首页
  39. // 注册
  40. {
  41. "path": "pages/login/register",
  42. "style": {
  43. "navigationStyle": "custom"
  44. // "navigationStyle": "default",
  45. }
  46. },
  47. // 忘记密码
  48. {
  49. "path": "pages/login/forgetpassword",
  50. "style": {
  51. "navigationStyle": "custom",
  52. // "navigationStyle": "default",
  53. "navigationBarTitleText": ""
  54. }
  55. },
  56. // 盲盒详情
  57. {
  58. "path": "pages/index/boxDetails/boxDetails",
  59. "style": {
  60. "navigationStyle": "custom",
  61. // "navigationStyle": "default",
  62. "navigationBarTitleText": "盲盒详情"
  63. }
  64. },
  65. // 藏品详情
  66. {
  67. "path": "pages/index/Details/Details",
  68. "style": {
  69. "navigationStyle": "custom",
  70. // "navigationStyle": "default",
  71. "navigationBarTitleText": ""
  72. }
  73. },
  74. // 盲盒详情
  75. {
  76. "path": "pages/collection/box_info/box_info",
  77. "style": {
  78. "navigationStyle": "custom",
  79. // "navigationStyle": "default",
  80. "navigationBarTitleText": ""
  81. }
  82. },
  83. // 支付方式
  84. {
  85. "path": "pages/index/Details/paytype/paytype",
  86. "style": {
  87. "navigationStyle": "custom",
  88. // "navigationStyle": "default",
  89. "navigationBarTitleText": "支付方式"
  90. }
  91. },
  92. // 支付成功
  93. {
  94. "path": "pages/index/Details/paytype/sucessRecharge/sucessRecharge",
  95. "style": {
  96. "navigationStyle": "custom",
  97. // "navigationStyle": "default",
  98. "navigationBarTitleText": "支付成功"
  99. }
  100. },
  101. // 藏品转赠
  102. {
  103. "path": "pages/index/Details/passon/passon",
  104. "style": {
  105. "navigationStyle": "custom",
  106. // "navigationStyle": "default",
  107. "navigationBarTitleText": ""
  108. }
  109. },
  110. // 藏品
  111. {
  112. "path": "pages/collection/collection",
  113. "style": {
  114. "navigationStyle": "custom",
  115. "navigationBarTitleText": ""
  116. }
  117. },
  118. // 合成详情
  119. {
  120. "path": "pages/collection/compound/compound",
  121. "style": {
  122. "navigationStyle": "custom",
  123. // "navigationStyle": "default",
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. // 合成记录
  128. {
  129. "path": "pages/collection/compound_history/compound_history",
  130. "style": {
  131. "navigationStyle": "custom",
  132. // "navigationStyle": "default",
  133. "navigationBarTitleText": ""
  134. }
  135. },
  136. // 藏品详情
  137. {
  138. "path": "pages/collection/collectionDetails/collectionDetails",
  139. "style": {
  140. "navigationStyle": "custom",
  141. // "navigationStyle": "default",
  142. "navigationBarTitleText": ""
  143. }
  144. },
  145. // 消息详情
  146. {
  147. "path": "pages/news/details/details",
  148. "style": {
  149. "navigationStyle": "custom",
  150. // "navigationStyle": "default",
  151. "navigationBarTitleText": ""
  152. }
  153. },
  154. // 我的
  155. {
  156. "path": "pages/my/my",
  157. "style": {
  158. "navigationStyle": "custom",
  159. // "navigationStyle": "default",
  160. "navigationBarTitleText": ""
  161. }
  162. },
  163. // 我的钱包
  164. {
  165. "path": "pages/my/wallet/wallet",
  166. "style": {
  167. "navigationStyle": "custom",
  168. // "navigationStyle": "default",
  169. "navigationBarTitleText": ""
  170. }
  171. },
  172. // 我的钱包
  173. {
  174. "path": "pages/my/wallet/recharge",
  175. "style": {
  176. "navigationStyle": "custom",
  177. // "navigationStyle": "default",
  178. "navigationBarTitleText": ""
  179. }
  180. },
  181. // 充值成功
  182. {
  183. "path": "pages/my/wallet/sucessRecharge/sucessRecharge",
  184. "style": {
  185. "navigationStyle": "custom",
  186. // "navigationStyle": "default",
  187. "navigationBarTitleText": ""
  188. }
  189. },
  190. // 意见反馈
  191. {
  192. "path": "pages/my/feedback/feedback",
  193. "style": {
  194. "navigationStyle": "custom",
  195. // "navigationStyle": "default",
  196. "navigationBarTitleText": ""
  197. }
  198. },
  199. // 关于我们
  200. {
  201. "path": "pages/my/about/about",
  202. "style": {
  203. "navigationStyle": "custom",
  204. // "navigationStyle": "default",
  205. "navigationBarTitleText": ""
  206. }
  207. },
  208. // 转赠记录
  209. {
  210. "path": "pages/my/passonhistory/passonhistory",
  211. "style": {
  212. "navigationStyle": "custom",
  213. // "navigationStyle": "default",
  214. "navigationBarTitleText": ""
  215. }
  216. },
  217. // 隐私政策 相关协议
  218. {
  219. "path": "pages/my/set/relevant",
  220. "style": {
  221. "navigationStyle": "custom",
  222. // "navigationStyle": "default",
  223. "navigationBarTitleText": ""
  224. }
  225. },
  226. // 设置
  227. {
  228. "path": "pages/my/set/set",
  229. "style": {
  230. "navigationStyle": "custom",
  231. // "navigationStyle": "default",
  232. "navigationBarTitleText": ""
  233. }
  234. },
  235. // 用户信息
  236. {
  237. "path": "pages/my/userinfo/userinfo",
  238. "style": {
  239. "navigationStyle": "custom",
  240. // "navigationStyle": "default",
  241. "navigationBarTitleText": ""
  242. }
  243. },
  244. // 绑定手机号
  245. {
  246. "path": "pages/my/userinfo/bindphone/bindphone",
  247. "style": {
  248. "navigationStyle": "custom",
  249. // "navigationStyle": "default",
  250. "navigationBarTitleText": ""
  251. }
  252. },
  253. // 订单
  254. {
  255. "path": "pages/my/order/order",
  256. "style": {
  257. "navigationStyle": "custom",
  258. // "navigationStyle": "default",
  259. "navigationBarTitleText": ""
  260. }
  261. },
  262. // 实名认证
  263. {
  264. "path": "pages/my/authentication/authentication",
  265. "style": {
  266. "navigationStyle": "custom",
  267. // "navigationStyle": "default",
  268. "navigationBarTitleText": ""
  269. }
  270. },
  271. // 邀请好友
  272. {
  273. "path": "pages/my/invitation/invitation",
  274. "style": {
  275. "navigationStyle": "custom",
  276. // "navigationStyle": "default",
  277. "navigationBarTitleText": "邀请好友"
  278. }
  279. },
  280. // 提现
  281. {
  282. "path": "pages/my/wallet/whit",
  283. "style": {
  284. "navigationStyle": "custom",
  285. // "navigationStyle": "default",
  286. "navigationBarTitleText": "提现"
  287. }
  288. },
  289. //充值成功
  290. {
  291. "path": "pages/my/money/sucessRecharge/sucessRecharge",
  292. "style": {
  293. "navigationStyle": "custom",
  294. // "navigationStyle": "default",
  295. "navigationBarTitleText": ""
  296. }
  297. },
  298. //市场
  299. {
  300. "path": "pages/market/market",
  301. "style": {
  302. "navigationStyle": "custom",
  303. // "navigationStyle": "default",
  304. "navigationBarTitleText": "",
  305. "enablePullDownRefresh": true
  306. }
  307. },
  308. //市场 详情
  309. {
  310. "path": "pages/market/market_collection_details/market_collection_details",
  311. "style": {
  312. "navigationStyle": "custom",
  313. // "navigationStyle": "default",
  314. "navigationBarTitleText": ""
  315. }
  316. },
  317. //市场记录
  318. {
  319. "path": "pages/my/market_history/market_history",
  320. "style": {
  321. "navigationStyle": "custom",
  322. // "navigationStyle": "default",
  323. "navigationBarTitleText": ""
  324. }
  325. },
  326. //市场盲盒 详情
  327. {
  328. "path": "pages/market/market_box_details/market_box_details",
  329. "style": {
  330. "navigationStyle": "custom",
  331. // "navigationStyle": "default",
  332. "navigationBarTitleText": ""
  333. }
  334. },
  335. //修改支付密码
  336. {
  337. "path": "pages/my/set/updatepaypass",
  338. "style": {
  339. "navigationStyle": "custom",
  340. // "navigationStyle": "default",
  341. "navigationBarTitleText": ""
  342. }
  343. }
  344. , {
  345. "path": "pages/my/account/account",
  346. "style": {
  347. "navigationStyle": "custom",
  348. "navigationBarTitleText": "",
  349. "enablePullDownRefresh": false
  350. }
  351. }, {
  352. "path": "pages/my/account/detailed",
  353. "style": {
  354. "navigationBarTitleText": "",
  355. "navigationStyle": "custom",
  356. "enablePullDownRefresh": false
  357. }
  358. }, {
  359. "path": "pages/index/webView/webView",
  360. "style": {
  361. "navigationBarTitleText": "",
  362. "navigationStyle": "custom",
  363. "enablePullDownRefresh": false
  364. }
  365. }, {
  366. "path": "pages/my/rank/rank",
  367. "style": {
  368. "navigationBarTitleText": "",
  369. "navigationStyle": "custom",
  370. "enablePullDownRefresh": false
  371. }
  372. }, {
  373. "path": "pages/collection/box/box",
  374. "style": {
  375. "navigationBarTitleText": "",
  376. "navigationStyle": "custom",
  377. "enablePullDownRefresh": false
  378. }
  379. }, {
  380. "path": "pages/my/synthesis/synthesis",
  381. "style": {
  382. "navigationBarTitleText": "",
  383. "navigationStyle": "custom",
  384. "enablePullDownRefresh": false
  385. }
  386. }, {
  387. "path": "pages/collection/consignment/consignment",
  388. "style": {
  389. "navigationBarTitleText": "",
  390. "navigationStyle": "custom",
  391. "enablePullDownRefresh": false
  392. }
  393. },
  394. {
  395. "path": "pages/my/feedback/Feedback/Feedback",
  396. "style": {
  397. "navigationBarTitleText": "",
  398. "navigationStyle": "custom",
  399. "enablePullDownRefresh": false
  400. }
  401. },
  402. {
  403. "path": "pages/my/feedback/details/details",
  404. "style": {
  405. "navigationBarTitleText": "",
  406. "navigationStyle": "custom",
  407. "enablePullDownRefresh": false
  408. }
  409. }
  410. , {
  411. "path": "pages/login/landLogin",
  412. "style": {
  413. "navigationBarTitleText": "",
  414. "navigationStyle": "custom",
  415. "enablePullDownRefresh": false
  416. }
  417. }, {
  418. "path": "pages/find/find",
  419. "style": {
  420. "navigationBarTitleText": "",
  421. "navigationStyle": "custom",
  422. "enablePullDownRefresh": false
  423. }
  424. },
  425. {
  426. "path": "pages/index/boxDetails/record",
  427. "style": {
  428. "navigationBarTitleText": "",
  429. "navigationStyle": "custom",
  430. "enablePullDownRefresh": false
  431. }
  432. },
  433. {
  434. "path": "pages/market/markment/markment",
  435. "style": {
  436. "navigationBarTitleText": "",
  437. "navigationStyle": "custom",
  438. "enablePullDownRefresh": false
  439. }
  440. },
  441. {
  442. "path": "pages/single/orderDetail",
  443. "style": {
  444. "navigationBarTitleText": "",
  445. "navigationStyle": "custom",
  446. "enablePullDownRefresh": false
  447. }
  448. },
  449. {
  450. "path": "pages/my/authentication/success",
  451. "style": {
  452. "navigationBarTitleText": "",
  453. "navigationStyle": "custom",
  454. "enablePullDownRefresh": false
  455. }
  456. },
  457. {
  458. "path": "pages/collection/compound/synt",
  459. "style": {
  460. "navigationBarTitleText": "",
  461. "navigationStyle": "custom",
  462. "enablePullDownRefresh": false
  463. }
  464. },
  465. {
  466. "path": "pages/my/invitation/details",
  467. "style": {
  468. "navigationBarTitleText": "",
  469. "navigationStyle": "custom",
  470. "enablePullDownRefresh": false
  471. }
  472. },
  473. {
  474. "path": "pages/my/news/details",
  475. "style": {
  476. "navigationBarTitleText": "",
  477. "navigationStyle": "custom",
  478. "enablePullDownRefresh": false
  479. }
  480. },
  481. {
  482. "path": "pages/my/invitation/inv1",
  483. "style": {
  484. "navigationBarTitleText": "",
  485. "navigationStyle": "custom",
  486. "enablePullDownRefresh": false
  487. }
  488. }
  489. ],
  490. "globalStyle": {
  491. "navigationBarTextStyle": "black",
  492. "navigationBarTitleText": "",
  493. "navigationBarBackgroundColor": "#F9FAFF",
  494. "backgroundColor": "#F8F8F8"
  495. // ,"onReachBottomDistance":0
  496. // "enablePullDownRefresh": true
  497. },
  498. "tabBar": {
  499. "color": "#999",
  500. "selectedColor": "#fff",
  501. "borderStyle": "##0E0F0F",
  502. "backgroundColor": "#0E0F0F",
  503. "list": [{
  504. "pagePath": "pages/index/index",
  505. "text": "首页",
  506. "iconPath": "static/tabar/1.png",
  507. "selectedIconPath": "static/tabar/5.png"
  508. },
  509. {
  510. "pagePath": "pages/market/market",
  511. "text": "寄售",
  512. "iconPath": "static/tabar/2.png",
  513. "selectedIconPath": "static/tabar/6.png"
  514. },
  515. {
  516. "pagePath": "pages/find/find",
  517. "text": "发现",
  518. "iconPath": "static/tabar/3.png",
  519. "selectedIconPath": "static/tabar/7.png"
  520. },
  521. {
  522. "pagePath": "pages/my/my",
  523. "text": "我的",
  524. "iconPath": "static/tabar/8.png",
  525. "selectedIconPath": "static/tabar/4.png"
  526. }
  527. ]
  528. }
  529. }