pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": false,
  9. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. "navigationBarTitleText": "商城首页",
  13. "app-plus": {
  14. "titleNView": {
  15. "type": "transparent",
  16. "searchInput": {
  17. "backgroundColor": "rgba(245, 241, 234, 0.4)",
  18. "borderRadius": "16px",
  19. "placeholder": "输入关键字词搜索",
  20. "disabled": true,
  21. "placeholderColor": "#ffffff",
  22. "align": "center"
  23. }
  24. }
  25. }
  26. }
  27. },
  28. {
  29. "path": "pages/index/node",
  30. "style": {
  31. "navigationBarTitleText": "拼团合伙人"
  32. }
  33. },
  34. {
  35. "path": "pages/collection/collection",
  36. "style": {
  37. "navigationBarTitleText": "银行卡管理"
  38. }
  39. },
  40. {
  41. "path": "pages/collection/bank",
  42. "style": {
  43. "navigationBarTitleText": "添加银行卡"
  44. }
  45. },
  46. {
  47. "path": "pages/collection/zfb",
  48. "style": {
  49. "navigationBarTitleText": "添加支付宝"
  50. }
  51. },
  52. {
  53. "path": "pages/collection/wx",
  54. "style": {
  55. "navigationBarTitleText": "添加微信"
  56. }
  57. },
  58. {
  59. "path": "pages/money/phone",
  60. "style": {
  61. "navigationBarTitleText": "充值中心",
  62. "app-plus": {
  63. "titleNView": false
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/user/myNote",
  69. "style": {
  70. "navigationBarTitleText": "我的节点"
  71. }
  72. },
  73. {
  74. "path": "pages/market/myCalculation",
  75. "style": {
  76. "navigationBarTitleText": "我的服务器"
  77. }
  78. },
  79. {
  80. "path": "pages/assets/logroll",
  81. "style": {
  82. "navigationBarTitleText": "互助专区"
  83. }
  84. },
  85. {
  86. "path": "pages/user/about",
  87. "style": {
  88. "navigationBarTitleText": "关于我们"
  89. }
  90. },
  91. {
  92. "path": "pages/index/info",
  93. "style": {
  94. "navigationBarTitleText": "汇总数据"
  95. }
  96. },
  97. {
  98. "path": "pages/index/go",
  99. "style": {
  100. "navigationBarTitleText": "跳转"
  101. }
  102. },
  103. {
  104. "path": "pages/market/duihuan",
  105. "style": {
  106. "navigationBarTitleText": "兑换"
  107. }
  108. },
  109. {
  110. "path": "pages/market/market",
  111. "style": {
  112. "navigationBarTitleText": "服务器兑换",
  113. "app-plus":{
  114. "titleNView":false
  115. }
  116. }
  117. },
  118. {
  119. "path": "pages/market/pay",
  120. "style": {
  121. "navigationBarTitleText": "兑换详情"
  122. }
  123. },
  124. {
  125. "path": "pages/index/convert",
  126. "style": {
  127. "navigationBarTitleText": "兑换"
  128. }
  129. },
  130. {
  131. "path": "pages/market/details",
  132. "style": {
  133. "navigationBarTitleText": "服务器详情",
  134. "app-plus":{
  135. "titleNView": {
  136. "type": "transparent"
  137. }
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/product/pingDetails",
  143. "style": {
  144. "navigationBarTitleText": "拼团详情",
  145. "app-plus":{
  146. "titleNView": {
  147. "type": "transparent"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/user/approve",
  154. "style": {
  155. "navigationBarTitleText": "实名认证"
  156. }
  157. },
  158. {
  159. "path": "pages/public/register",
  160. "style": {
  161. "navigationBarTitleText": "注册",
  162. "app-plus": {
  163. "titleNView": {
  164. "type": "transparent"
  165. }
  166. }
  167. }
  168. },
  169. {
  170. "path": "pages/set/cropper",
  171. "style": {
  172. "navigationBarTitleText": "裁剪",
  173. "app-plus": {
  174. "titleNView": {
  175. "type": "transparent"
  176. }
  177. }
  178. }
  179. },
  180. {
  181. "path": "pages/index/appointment",
  182. "style": {
  183. "navigationBarTitleText": "自动预约",
  184. "app-plus": {
  185. "titleNView": {
  186. }
  187. }
  188. }
  189. },
  190. {
  191. "path": "pages/index/appointmentD",
  192. "style": {
  193. "navigationBarTitleText": "自动预约",
  194. "app-plus": {
  195. "titleNView": {
  196. }
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/public/login",
  202. "style": {
  203. "navigationBarTitleText": "登录",
  204. "app-plus": {
  205. "titleNView": {
  206. "type": "transparent"
  207. }
  208. }
  209. }
  210. },
  211. {
  212. "path": "pages/public/wxLogin",
  213. "style": {
  214. "navigationBarTitleText": "微信登录",
  215. "app-plus": {
  216. "titleNView": {
  217. "type": "transparent"
  218. }
  219. }
  220. }
  221. },
  222. {
  223. "path": "pages/money/payment",
  224. "style": {
  225. "navigationBarTitleText": "修改交易密码"
  226. }
  227. },
  228. {
  229. "path": "pages/public/forget",
  230. "style": {
  231. "navigationBarTitleText": "忘记密码"
  232. }
  233. },
  234. {
  235. "path": "pages/user/fuli",
  236. "style": {
  237. "navigationBarTitleText": "拼购福利"
  238. }
  239. },
  240. {
  241. "path": "pages/index/sign",
  242. "style": {
  243. "navigationBarTitleText": "每日签到",
  244. "app-plus": {
  245. "titleNView": false
  246. }
  247. }
  248. },
  249. {
  250. "path": "pages/user/fulilist",
  251. "style": {
  252. "navigationBarTitleText": "拼购福利"
  253. }
  254. },
  255. {
  256. "path": "pages/address/address",
  257. "style": {
  258. "navigationBarTitleText": "收货地址"
  259. }
  260. },
  261. {
  262. "path": "pages/address/addressManage",
  263. "style": {
  264. "navigationBarTitleText": "添加收货地址"
  265. }
  266. },
  267. {
  268. "path": "pages/assets/myPing",
  269. "style": {
  270. "navigationBarTitleText": "我的拼购"
  271. }
  272. },
  273. {
  274. "path": "pages/user/myjiedian",
  275. "style": {
  276. "navigationBarTitleText": "互助团队",
  277. "app-plus": {
  278. "titleNView": false
  279. }
  280. }
  281. },
  282. {
  283. "path": "pages/user/assets",
  284. "style": {
  285. "navigationBarBackgroundColor": "transparent",
  286. "navigationBarTextStyle": "white",
  287. "app-plus": {
  288. "titleNView": {
  289. "type": "float",
  290. "titleText": "资产中心"
  291. }
  292. }
  293. }
  294. },
  295. {
  296. "path": "pages/assets/teamDetails",
  297. "style": {
  298. "navigationBarTitleText": "我的组队详情"
  299. }
  300. },
  301. {
  302. "path": "pages/cart/cart",
  303. "style": {
  304. "navigationBarTitleText": "购物车"
  305. }
  306. },
  307. {
  308. "path": "pages/message/message",
  309. "style": {
  310. "navigationBarTitleText": "消息"
  311. }
  312. },
  313. {
  314. "path": "pages/category/category",
  315. "style": {
  316. // #ifdef APP-PLUS
  317. "navigationStyle": "custom",
  318. // #endif
  319. // #ifndef MP
  320. "app-plus": {
  321. "bounce": "none",
  322. "titleNView": {
  323. "searchInput": {
  324. "backgroundColor": "rgba(231, 231, 231,.7)",
  325. "borderRadius": "16px",
  326. "placeholder": "输入关键词搜索",
  327. "disabled": true,
  328. "placeholderColor": "#606266",
  329. "align": "left"
  330. }
  331. }
  332. },
  333. // #endif
  334. "navigationBarTitleText": "分类"
  335. }
  336. },
  337. {
  338. "path": "pages/user/extension",
  339. "style": {
  340. "navigationBarTitleText": "我的推广",
  341. "app-plus": {
  342. "titleNView": false
  343. }
  344. }
  345. },
  346. {
  347. "path": "pages/set/password",
  348. "style": {
  349. "navigationBarTitleText": "修改密码"
  350. }
  351. },
  352. {
  353. "path": "pages/set/userinfo",
  354. "style": {
  355. "navigationBarTitleText": "修改资料"
  356. }
  357. },
  358. {
  359. "path": "pages/set/set",
  360. "style": {
  361. "navigationBarTitleText": "设置"
  362. }
  363. },
  364. {
  365. "path": "pages/user/user",
  366. // "style": {
  367. // "navigationBarBackgroundColor": "transparent",
  368. // "navigationBarTextStyle": "white",
  369. // "app-plus": {
  370. // "titleNView": {
  371. // "type": "float",
  372. // "titleText": "我的"
  373. // }
  374. // }
  375. // }
  376. "style": {
  377. // #ifndef MP-WEIXIN
  378. "navigationStyle": "custom",
  379. // #endif
  380. "navigationBarTitleText": "我的"
  381. }
  382. },
  383. //糖果
  384. {
  385. "path": "pages/money/award",
  386. "style": {
  387. "navigationBarTitleText": "糖果",
  388. "app-plus": {
  389. "titleNView": false
  390. }
  391. }
  392. },
  393. {
  394. "path": "pages/money/mallPoints",
  395. "style": {
  396. "navigationBarBackgroundColor": "transparent",
  397. "navigationBarTextStyle": "white",
  398. "app-plus": {
  399. "titleNView": {
  400. "type": "float",
  401. "titleText": "商城积分"
  402. }
  403. }
  404. }
  405. },
  406. {
  407. "path": "pages/money/pay",
  408. "style": {
  409. "navigationBarTitleText": "支付"
  410. }
  411. },
  412. {
  413. "path": "pages/money/paySuccess",
  414. "style": {
  415. "navigationBarTitleText": "支付成功"
  416. }
  417. },
  418. {
  419. "path": "pages/product/ping", // 普通商品
  420. "style": {
  421. "navigationBarTitleText": "拼团11人区"
  422. }
  423. },
  424. {
  425. "path": "pages/product/product", // 普通商品
  426. "style": {
  427. "navigationBarTitleText": "商品详情"
  428. }
  429. },
  430. {
  431. "path": "pages/product/list",
  432. "style": {
  433. // #ifdef APP-PLUS
  434. "navigationStyle": "custom",
  435. // #endif
  436. // #ifndef MP
  437. "app-plus": {
  438. "titleNView": {
  439. "searchInput": {
  440. "backgroundColor": "rgba(231, 231, 231,.7)",
  441. "borderRadius": "16px",
  442. "placeholder": "请输入关键字",
  443. "disabled": false,
  444. "placeholderColor": "#606266",
  445. "align": "left"
  446. },
  447. "buttons": [{
  448. "text": "搜索",
  449. "fontSize": "14",
  450. "color": "#303133",
  451. "background": "rgba(0,0,0,0)",
  452. "width": "40px"
  453. }]
  454. }
  455. },
  456. // #endif
  457. "navigationBarTitleText": "搜索"
  458. }
  459. },
  460. // 佣金
  461. {
  462. "path": "pages/money/wallet",
  463. "style": {
  464. "navigationBarTitleText": "我的佣金",
  465. "app-plus": {
  466. "titleNView": false
  467. }
  468. }
  469. },
  470. // 拼团积分
  471. {
  472. "path": "pages/money/integralP",
  473. "style": {
  474. "navigationBarTitleText": "拼团积分",
  475. "app-plus": {
  476. "titleNView": false
  477. }
  478. }
  479. },
  480. // 我的贷款
  481. {
  482. "path": "pages/money/integralShopping",
  483. "style": {
  484. "navigationBarTitleText": "我的贷款",
  485. "app-plus": {
  486. "titleNView": false
  487. }
  488. }
  489. },
  490. //拼团冻结积分
  491. {
  492. "path": "pages/money/frozen",
  493. "style": {
  494. "navigationBarTitleText": "拼团冻结积分",
  495. "app-plus": {
  496. "titleNView": false
  497. }
  498. }
  499. },
  500. //我的公益积分
  501. {
  502. "path": "pages/money/publicWelfare",
  503. "style": {
  504. "navigationBarTitleText": "我的公益积分",
  505. "app-plus": {
  506. "titleNView": false
  507. }
  508. }
  509. },
  510. // 兑换糖果
  511. {
  512. "path": "pages/conversion/candy",
  513. "style": {
  514. "navigationBarTitleText": "兑换糖果"
  515. }
  516. },
  517. // 积分转账
  518. {
  519. "path": "pages/conversion/transfers",
  520. "style": {
  521. "navigationBarTitleText": "积分转账"
  522. }
  523. },
  524. //兑换冻结积分
  525. {
  526. "path": "pages/conversion/frozen",
  527. "style": {
  528. "navigationBarTitleText": "兑换"
  529. }
  530. },
  531. {
  532. "path": "pages/order/order",
  533. "style": {
  534. "navigationBarTitleText": "我的订单",
  535. "app-plus": {
  536. "bounce": "none"
  537. }
  538. }
  539. },
  540. {
  541. "path": "pages/order/expressInfo",
  542. "style": {
  543. "navigationBarTitleText": "快递详情"
  544. }
  545. },
  546. {
  547. "path": "pages/order/orderDetail",
  548. "style": {
  549. "navigationBarTitleText": "订单详情",
  550. "app-plus": {
  551. "bounce": "none"
  552. }
  553. }
  554. },
  555. {
  556. "path": "pages/order/evaluate",
  557. "style": {
  558. "navigationBarTitleText": "评论"
  559. }
  560. },
  561. {
  562. "path": "pages/order/orderRefund",
  563. "style": {
  564. "navigationBarTitleText": "申请退款"
  565. }
  566. },
  567. {
  568. "path": "pages/order/createOrder",
  569. "style": {
  570. "navigationBarTitleText": "创建订单"
  571. }
  572. },
  573. {
  574. "path": "pages/product/pingOrder",
  575. "style": {
  576. "navigationBarTitleText": "创建订单"
  577. }
  578. },
  579. {
  580. "path": "pages/index/article",
  581. "style": {
  582. "navigationBarTitleText": "通知"
  583. }
  584. },
  585. {
  586. "path": "pages/money/withdrawal",
  587. "style": {
  588. "navigationBarTitleText": "提现"
  589. }
  590. },
  591. //糖果充值
  592. {
  593. "path": "pages/money/recharge",
  594. "style": {
  595. "navigationBarTitleText": "充值"
  596. }
  597. },
  598. //货款充值
  599. {
  600. "path": "pages/money/huodai",
  601. "style": {
  602. "navigationBarTitleText": "充值"
  603. }
  604. },
  605. {
  606. "path": "pages/redirect/redirect",
  607. "style": {
  608. "navigationBarTitleText": "微信登录跳转页面",
  609. "app-plus": {
  610. "titleNView": false
  611. }
  612. }
  613. },
  614. {
  615. "path": "pages/user/shareQrCode",
  616. "style": {
  617. "navigationBarTitleText": "邀请好友"
  618. }
  619. }
  620. ],
  621. "globalStyle": {
  622. "navigationBarTextStyle": "black",
  623. "navigationBarTitleText": "uni-app",
  624. "navigationBarBackgroundColor": "#FFFFFF",
  625. "backgroundColor": "#f8f8f8"
  626. },
  627. "tabBar": {
  628. "color": "#C0C4CC",
  629. "selectedColor": "#2E58FF",
  630. "borderStyle": "black",
  631. "backgroundColor": "#ffffff",
  632. "list": [{
  633. "pagePath": "pages/index/index",
  634. "iconPath": "static/tabBar/tab-home.png",
  635. "selectedIconPath": "static/tabBar/tab-home-current.png",
  636. "text": "首页"
  637. },
  638. {
  639. "pagePath": "pages/category/category",
  640. "iconPath": "static/tabBar/tab-market.png",
  641. "selectedIconPath": "static/tabBar/tab-market-current.png",
  642. "text": "分类"
  643. },
  644. {
  645. "pagePath": "pages/message/message",
  646. "iconPath": "static/tabBar/tab-message.png",
  647. "selectedIconPath": "static/tabBar/tab-message-current.png",
  648. "text": "消息"
  649. },
  650. {
  651. "pagePath": "pages/cart/cart",
  652. "iconPath": "static/tabBar/tab-assets.png",
  653. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  654. "text": "购物车"
  655. },
  656. {
  657. "pagePath": "pages/user/user",
  658. "iconPath": "static/tabBar/tab-my.png",
  659. "selectedIconPath": "static/tabBar/tab-my-current.png",
  660. "text": "我的"
  661. }
  662. ]
  663. }
  664. }