pages.json 11 KB

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