pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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/money/moneyPwd",
  310. "style": {
  311. "navigationBarTitleText": "交易密码"
  312. }
  313. },
  314. {
  315. "path": "pages/index/sign",
  316. "style": {
  317. "navigationBarTitleText": "每日签到",
  318. "app-plus": {
  319. "titleNView": {
  320. "type": "transparent"
  321. }
  322. }
  323. }
  324. },
  325. {
  326. "path": "pages/category/category",
  327. "style": {
  328. // #ifdef APP-PLUS
  329. "navigationStyle": "custom",
  330. // #endif
  331. // #ifndef MP
  332. "app-plus": {
  333. "bounce": "none",
  334. "titleNView": {
  335. "searchInput": {
  336. "backgroundColor": "rgba(231, 231, 231,.7)",
  337. "borderRadius": "16px",
  338. "placeholder": "输入关键词搜索",
  339. "disabled": true,
  340. "placeholderColor": "#606266",
  341. "align": "left"
  342. }
  343. }
  344. },
  345. // #endif
  346. "navigationBarTitleText": "分类"
  347. }
  348. },
  349. {
  350. "path": "pages/redirect/redirect",
  351. "style": {
  352. "navigationBarTitleText": "微信登录跳转页面",
  353. "app-plus": {
  354. "titleNView": false
  355. }
  356. }
  357. },
  358. {
  359. "path": "pages/user/shareQrCode",
  360. "style": {
  361. "navigationBarTitleText": "邀请好友"
  362. }
  363. },
  364. {
  365. "path": "pages/story/story",
  366. "style": {
  367. "navigationBarTitleText": "品牌故事"
  368. }
  369. },
  370. {
  371. "path": "pages/story/storyDetail",
  372. "style": {
  373. "navigationStyle": "custom",
  374. // "navigationBarTextStyle": "black",
  375. "navigationBarTitleText": "",
  376. "app-plus": {
  377. "titleNView": {
  378. "type": "transparent"
  379. }
  380. }
  381. }
  382. },
  383. {
  384. "path": "pages/user/jiedian",
  385. "style": {
  386. "navigationBarTitleText": "我的推广",
  387. "navigationBarBackgroundColor":"#D7EEB6",
  388. "navigationBarTextStyle":"black"
  389. }
  390. },
  391. {
  392. "path": "pages/user/integral",
  393. "style": {
  394. "navigationBarTitleText": "我的积分",
  395. "navigationBarBackgroundColor":"#ff4c4c",
  396. "navigationBarTextStyle":"white"
  397. }
  398. },
  399. {
  400. "path": "pages/user/transfer",
  401. "style": {
  402. "navigationBarTitleText": "佣金转账",
  403. "navigationBarBackgroundColor":"#fff",
  404. "navigationBarTextStyle":"black"
  405. }
  406. },
  407. {
  408. "path": "pages/user/registerList",
  409. "style": {
  410. "navigationBarTitleText": "报单列表",
  411. "navigationBarBackgroundColor":"#D7EEB6",
  412. "navigationBarTextStyle":"black"
  413. }
  414. }
  415. ,{
  416. "path" : "pages/user/selectList",
  417. "style" :
  418. {
  419. "navigationBarTitleText": "",
  420. "enablePullDownRefresh": false
  421. }
  422. }
  423. ,{
  424. "path" : "pages/public/externalRegistered",
  425. "style" :
  426. {
  427. "navigationBarTitleText": "",
  428. "enablePullDownRefresh": false
  429. }
  430. },
  431. {
  432. "path" : "pages/purchase/purchase",
  433. "style" :
  434. {
  435. "navigationBarTitleText": "买入",
  436. "enablePullDownRefresh": false
  437. }
  438. },
  439. {
  440. "path" : "pages/purchase/upload",
  441. "style" :
  442. {
  443. "navigationBarTitleText": "上传凭证",
  444. "enablePullDownRefresh": false
  445. }
  446. },
  447. {
  448. "path" : "pages/sellout/sellout",
  449. "style" :
  450. {
  451. "navigationBarTitleText": "卖出",
  452. "enablePullDownRefresh": false
  453. }
  454. },
  455. {
  456. "path" : "pages/appointment/appointment",
  457. "style" :
  458. {
  459. "navigationBarTitleText": "我的预约",
  460. "enablePullDownRefresh": false
  461. }
  462. },
  463. {
  464. "path" : "pages/vip/vip",
  465. "style" :
  466. {
  467. "navigationBarTitleText": "开通会员",
  468. "enablePullDownRefresh": false
  469. }
  470. },
  471. {
  472. "path" : "pages/vip/fwbDetail",
  473. "style" :
  474. {
  475. "navigationBarTitleText": "服务包专区",
  476. "enablePullDownRefresh": false
  477. }
  478. },
  479. {
  480. "path" : "pages/vip/tzzz",
  481. "style" :
  482. {
  483. "navigationBarTitleText": "通证转账",
  484. "enablePullDownRefresh": false
  485. }
  486. },
  487. {
  488. "path" : "pages/vip/zzjl",
  489. "style" :
  490. {
  491. "navigationBarTitleText": "转账记录",
  492. "enablePullDownRefresh": false
  493. }
  494. },
  495. {
  496. "path" : "pages/vip/mytz",
  497. "style" :
  498. {
  499. "navigationBarTitleText": "我的通证",
  500. "enablePullDownRefresh": false,
  501. "navigationBarBackgroundColor": "#ff5246",
  502. "navigationBarTextStyle": "white"
  503. }
  504. },
  505. {
  506. "path" : "pages/vip/contract",
  507. "style" :
  508. {
  509. "navigationBarTitleText": "合约收益",
  510. "enablePullDownRefresh": false,
  511. "navigationBarBackgroundColor": "#ff5246",
  512. "navigationBarTextStyle": "white"
  513. }
  514. },
  515. {
  516. "path" : "pages/vip/extension",
  517. "style" :
  518. {
  519. "navigationBarTitleText": "推广收益",
  520. "enablePullDownRefresh": false,
  521. "navigationBarBackgroundColor": "#ff5246",
  522. "navigationBarTextStyle": "white"
  523. }
  524. },
  525. {
  526. "path" : "pages/vip/success",
  527. "style" :
  528. {
  529. "navigationBarTitleText": "开通成功",
  530. "enablePullDownRefresh": false,
  531. "navigationBarBackgroundColor": "#fff",
  532. "navigationBarTextStyle": "black"
  533. }
  534. },
  535. {
  536. "path" : "pages/set/userdata",
  537. "style" :
  538. {
  539. "navigationBarTitleText": "会员资料",
  540. "enablePullDownRefresh": false,
  541. "navigationBarBackgroundColor": "#fff",
  542. "navigationBarTextStyle": "black"
  543. }
  544. }
  545. ],
  546. "globalStyle": {
  547. "navigationBarTextStyle": "black",
  548. "navigationBarTitleText": "uni-app",
  549. "navigationBarBackgroundColor": "#FFFFFF",
  550. "backgroundColor": "#f8f8f8"
  551. },
  552. "tabBar": {
  553. "color": "#C0C4CC",
  554. "selectedColor": "#ff4c4c",
  555. "borderStyle": "black",
  556. "backgroundColor": "#ffffff",
  557. "list": [
  558. {
  559. "pagePath": "pages/index/index",
  560. "iconPath": "static/tabBar/tab-home.png",
  561. "selectedIconPath": "static/tabBar/tab-home-current.png",
  562. "text": "首页"
  563. },
  564. {
  565. "pagePath": "pages/category/category",
  566. "iconPath": "static/tabBar/tab-cate.png",
  567. "selectedIconPath": "static/tabBar/tab-cate-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. }