pages.json 13 KB

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