pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "navigationBarBackgroundColor": "#ffe079",
  16. "navigationBarTextStyle": "black",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/mall/dapan",
  22. "style": {
  23. "navigationBarBackgroundColor": "#000000",
  24. "navigationBarTextStyle": "white",
  25. "navigationBarTitleText": "大盘"
  26. }
  27. },
  28. {
  29. "path": "pages/user/index",
  30. "style": {
  31. "navigationBarTitleText": "个人中心",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/change_password/change_password",
  37. "style": {
  38. "navigationBarTitleText": "修改密码",
  39. "navigationBarBackgroundColor": "#ffe079",
  40. "navigationBarTextStyle": "black",
  41. "enablePullDownRefresh": false
  42. }
  43. },
  44. {
  45. "path": "pages/find_funds/findFunds",
  46. "style": {
  47. "navigationBarTitleText": "找款",
  48. "navigationBarBackgroundColor": "#ffe079",
  49. "navigationBarTextStyle": "black",
  50. "app-plus": {
  51. "titleNView": {
  52. "type": "default"
  53. }
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/find_funds/fundsOrder",
  59. "style": {
  60. "navigationBarTitleText": "找款订单",
  61. "navigationBarBackgroundColor": "#ffe079",
  62. "navigationBarTextStyle": "black",
  63. "app-plus": {
  64. "titleNView": {
  65. "type": "default"
  66. }
  67. }
  68. }
  69. },
  70. {
  71. "path": "pages/mall/index",
  72. "style": {
  73. "navigationBarTitleText": "商城",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/mall/newIndex",
  79. "style": {
  80. "navigationBarTitleText": "商城",
  81. "navigationStyle": "custom",
  82. "onReachBottomDistance": 100
  83. }
  84. },
  85. {
  86. "path": "pages/goods_search/index",
  87. "style": {
  88. "navigationBarBackgroundColor": "#FFE079",
  89. "navigationBarTitleText": "搜索商品",
  90. "navigationBarTextStyle": "black"
  91. }
  92. },
  93. {
  94. "path": "pages/goods_details/index",
  95. "style": {
  96. "navigationStyle": "custom",
  97. "navigationBarTextStyle": "black"
  98. }
  99. },
  100. {
  101. "path": "pages/order_addcart/order_addcart",
  102. "style": {
  103. "navigationBarTitleText": "购物车",
  104. "navigationBarBackgroundColor": "#fff",
  105. "navigationBarTextStyle": "black"
  106. }
  107. },
  108. {
  109. "path": "pages/goods_cate/goods_cate",
  110. "style": {
  111. "navigationBarTitleText": "商品分类"
  112. }
  113. },
  114. {
  115. "path": "pages/personal_info/personal_info",
  116. "style": {
  117. "navigationBarTitleText": "个人资料",
  118. "navigationBarBackgroundColor": "#ffe079",
  119. "navigationBarTextStyle": "black",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "pages/merchant/index",
  125. "style": {
  126. "navigationBarTitleText": "商家主页",
  127. "navigationBarBackgroundColor": "#ffffff",
  128. "navigationBarTextStyle": "black",
  129. "enablePullDownRefresh": false
  130. }
  131. },
  132. {
  133. "path": "pages/order_list/index",
  134. "style": {
  135. "navigationBarTitleText": "我的订单",
  136. "navigationBarBackgroundColor": "#ffe079",
  137. "navigationBarTextStyle": "black"
  138. }
  139. },
  140. {
  141. "path": "pages/order_details/index",
  142. "style": {
  143. "navigationBarTitleText": "订单详情",
  144. "navigationBarBackgroundColor": "#ffe079",
  145. "navigationBarTextStyle": "black",
  146. "app-plus": {
  147. // #ifdef APP-PLUS
  148. "titleNView": {
  149. "type": "default"
  150. }
  151. // #endif
  152. }
  153. }
  154. },
  155. {
  156. "path": "pages/merchantCenter/index",
  157. "style": {
  158. "navigationBarTitleText": "门店主页",
  159. "navigationBarBackgroundColor": "#ffe079",
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/merchantCenter/postInformation",
  165. "style": {
  166. "navigationBarTitleText": "发布商品",
  167. "navigationBarBackgroundColor": "#ffffff",
  168. "navigationBarTextStyle": "black"
  169. }
  170. },
  171. {
  172. "path": "pages/merchantCenter/productManagement",
  173. "style": {
  174. "navigationBarTitleText": "商品管理",
  175. "navigationBarBackgroundColor": "#ffffff",
  176. "navigationBarTextStyle": "black"
  177. }
  178. },
  179. {
  180. "path": "pages/merchantCenter/releaseProduct",
  181. "style": {
  182. "navigationBarTitleText": "发布商品",
  183. "navigationBarBackgroundColor": "#ffffff",
  184. "navigationBarTextStyle": "black"
  185. }
  186. },
  187. {
  188. "path": "pages/merchantCenter/productCenter",
  189. "style": {
  190. "navigationBarTitleText": "产品中心",
  191. "navigationBarBackgroundColor": "#ffffff",
  192. "navigationBarTextStyle": "black"
  193. }
  194. }
  195. ],
  196. "subPackages": [
  197. {
  198. "root": "pages/users",
  199. "name": "users",
  200. "pages": [
  201. {
  202. "path": "order_list/index",
  203. "style": {
  204. "navigationBarTitleText": "我的订单",
  205. "navigationBarBackgroundColor": "#e93323",
  206. "navigationBarTextStyle": "black"
  207. }
  208. },
  209. {
  210. "path": "login/index",
  211. "style": {
  212. "navigationBarTitleText": "登录",
  213. "navigationBarBackgroundColor": "#ffe079",
  214. "navigationBarTextStyle": "black"
  215. }
  216. },
  217. {
  218. "path": "app_login/index",
  219. "style": {
  220. "navigationBarTitleText": "绑定手机号",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "my_merchant/index",
  226. "style": {
  227. "navigationBarTitleText": "我的商家",
  228. "navigationBarBackgroundColor": "#FFE079",
  229. "navigationBarTextStyle": "black"
  230. }
  231. },
  232. {
  233. "path": "share/index",
  234. "style": {
  235. "navigationBarTitleText": "分享海报",
  236. "navigationBarBackgroundColor": "#e93323",
  237. "navigationBarTextStyle": "black"
  238. }
  239. },
  240. {
  241. "path": "vault/index",
  242. "style": {
  243. "navigationBarTitleText": "钱包",
  244. "navigationBarBackgroundColor": "#ffe079",
  245. "navigationBarTextStyle": "black"
  246. }
  247. },
  248. {
  249. "path": "vault/storeMetal/gmReport",
  250. "style": {
  251. "navigationBarTitleText": "邮寄存金检测报告",
  252. "navigationBarBackgroundColor": "#ffe079",
  253. "navigationBarTextStyle": "black"
  254. }
  255. },
  256. {
  257. "path": "vault/recycle/recyle_order",
  258. "style": {
  259. "navigationBarTitleText": "约价回收订单",
  260. "navigationBarBackgroundColor": "#ffe079",
  261. "navigationBarTextStyle": "black",
  262. "enablePullDownRefresh": true,
  263. "onReachBottomDistance": 100
  264. }
  265. },
  266. {
  267. "path": "vault/recycle/order_fill",
  268. "style": {
  269. "navigationBarTitleText": "订单填写",
  270. "navigationBarBackgroundColor": "#ffe079",
  271. "navigationBarTextStyle": "white",
  272. "enablePullDownRefresh": true,
  273. "onReachBottomDistance": 100
  274. }
  275. },
  276. {
  277. "path": "vault/save_gold",
  278. "style": {
  279. "navigationBarTitleText": "存金",
  280. "navigationBarBackgroundColor": "#ffe079",
  281. "navigationBarTextStyle": "black"
  282. }
  283. },
  284. {
  285. "path": "vault/trade_list",
  286. "style": {
  287. "navigationBarTitleText": "明细",
  288. "navigationBarBackgroundColor": "#ffe079",
  289. "navigationBarTextStyle": "black"
  290. }
  291. },
  292. {
  293. "path": "bank_card_manage/index",
  294. "style": {
  295. "navigationBarTitleText": "卡包管理",
  296. "navigationBarBackgroundColor": "#ffe079",
  297. "navigationBarTextStyle": "black",
  298. "app-plus": {
  299. // #ifdef APP-PLUS
  300. "titleNView": {
  301. "type": "default"
  302. }
  303. // #endif
  304. }
  305. }
  306. },
  307. {
  308. "path": "bank_card_manage/create",
  309. "style": {
  310. "navigationBarTitleText": "卡包编辑",
  311. "navigationBarBackgroundColor": "#ffe079",
  312. "navigationBarTextStyle": "black",
  313. "app-plus": {
  314. // #ifdef APP-PLUS
  315. "titleNView": {
  316. "type": "default"
  317. }
  318. // #endif
  319. }
  320. }
  321. },
  322. {
  323. "path": "user_address_list/index",
  324. "style": {
  325. "navigationBarTitleText": "地址管理",
  326. "navigationBarBackgroundColor": "#ffe079",
  327. "navigationBarTextStyle": "black",
  328. "app-plus": {
  329. // #ifdef APP-PLUS
  330. "titleNView": {
  331. "type": "default"
  332. }
  333. // #endif
  334. }
  335. }
  336. },
  337. {
  338. "path": "user_address/index",
  339. "style": {
  340. "navigationBarTitleText": "添加地址",
  341. "navigationBarBackgroundColor": "#ffe079",
  342. "navigationBarTextStyle": "black",
  343. "app-plus": {
  344. // #ifdef APP-PLUS
  345. "titleNView": {
  346. "type": "default"
  347. }
  348. // #endif
  349. }
  350. }
  351. },
  352. {
  353. "path": "order_confirm/index",
  354. "style": {
  355. "navigationBarTitleText": "提交订单",
  356. "navigationBarBackgroundColor": "#ffe079",
  357. "navigationBarTextStyle": "black"
  358. }
  359. },
  360. {
  361. "path": "browsing_history/index",
  362. "style": {
  363. "navigationBarTitleText": "浏览足迹",
  364. "navigationBarBackgroundColor": "#fff",
  365. "navigationBarTextStyle": "black"
  366. }
  367. },
  368. {
  369. "path": "user_asset/stock_in/stock_in",
  370. "style": {
  371. "navigationBarTitleText": "补仓",
  372. "navigationBarBackgroundColor": "#fff",
  373. "navigationBarTextStyle": "black"
  374. }
  375. },
  376. {
  377. "path": "user_asset/asset_info/asset_info",
  378. "style": {
  379. "navigationBarTitleText": "资产明细",
  380. "navigationBarBackgroundColor": "#fff",
  381. "navigationBarTextStyle": "black"
  382. }
  383. },
  384. {
  385. "path": "user_asset/record_list/record_list",
  386. "style": {
  387. "navigationBarTitleText": "交易明细",
  388. "navigationBarBackgroundColor": "#fff",
  389. "navigationBarTextStyle": "black"
  390. }
  391. },
  392. {
  393. "path": "user_return_list/index",
  394. "style": {
  395. "navigationBarTitleText": "退货列表",
  396. "navigationBarBackgroundColor": "#ffe079",
  397. "navigationBarTextStyle": "black",
  398. "app-plus": {
  399. // #ifdef APP-PLUS
  400. "titleNView": {
  401. "type": "default"
  402. }
  403. // #endif
  404. }
  405. }
  406. },
  407. {
  408. "path": "vault/recharge",
  409. "style": {
  410. "navigationBarTitleText": "充值",
  411. "navigationBarBackgroundColor": "#ffe079",
  412. "navigationBarTextStyle": "black",
  413. "app-plus": {
  414. // #ifdef APP-PLUS
  415. "titleNView": {
  416. "type": "default"
  417. }
  418. // #endif
  419. }
  420. }
  421. },
  422. {
  423. "path": "vault/withdraw",
  424. "style": {
  425. "navigationBarTitleText": "提现",
  426. "navigationBarBackgroundColor": "#ffe079",
  427. "navigationBarTextStyle": "black",
  428. "app-plus": {
  429. // #ifdef APP-PLUS
  430. "titleNView": {
  431. "type": "default"
  432. }
  433. // #endif
  434. }
  435. }
  436. },
  437. {
  438. "path": "vault/buy",
  439. "style": {
  440. "navigationBarTitleText": "买金",
  441. "navigationBarBackgroundColor": "#ffe079",
  442. "navigationBarTextStyle": "black",
  443. "app-plus": {
  444. // #ifdef APP-PLUS
  445. "titleNView": {
  446. "type": "default"
  447. }
  448. // #endif
  449. }
  450. }
  451. },
  452. {
  453. "path": "vault/storeMetal/goldBullionStock",
  454. "style": {
  455. "navigationBarTitleText": "存金",
  456. "navigationBarBackgroundColor": "#ffe079",
  457. "navigationBarTextStyle": "black"
  458. }
  459. },
  460. {
  461. "path": "vault/storeMetal/index",
  462. "style": {
  463. "navigationBarTitleText": "卖料",
  464. "navigationBarBackgroundColor": "#ffe079",
  465. "navigationBarTextStyle": "black"
  466. }
  467. },
  468. {
  469. "path": "vault/storeMetal/order",
  470. "style": {
  471. "navigationBarTitleText": "邮寄存金订单",
  472. "navigationBarBackgroundColor": "#ffe079",
  473. "navigationBarTextStyle": "black",
  474. "enablePullDownRefresh": true,
  475. "onReachBottomDistance": 100
  476. }
  477. },
  478. {
  479. "path": "vault/recycle/report",
  480. "style": {
  481. "navigationBarTitleText": "检测报告",
  482. "navigationBarBackgroundColor": "#ffe079",
  483. "navigationBarTextStyle": "black"
  484. }
  485. },
  486. {
  487. "path": "vault/storeMetal/metalExchange",
  488. "style": {
  489. "navigationBarTitleText": "提料兑换",
  490. "navigationBarBackgroundColor": "#ffe079",
  491. "navigationBarTextStyle": "black"
  492. }
  493. },
  494. {
  495. "path": "vault/storeMetal/metalExchangeList",
  496. "style": {
  497. "navigationBarTitleText": "提料兑换列表",
  498. "navigationBarBackgroundColor": "#ffe079",
  499. "navigationBarTextStyle": "black"
  500. }
  501. },
  502. {
  503. "path": "vault/storeMetal/metalExchangeWithdraw",
  504. "style": {
  505. "navigationBarTitleText": "提料确认下单",
  506. "navigationBarBackgroundColor": "#ffe079",
  507. "navigationBarTextStyle": "black"
  508. }
  509. },
  510. {
  511. "path": "customer_service_message/index",
  512. "style": {
  513. "navigationBarTitleText": "客服消息",
  514. "navigationBarBackgroundColor": "#ffe079",
  515. "navigationBarTextStyle": "black",
  516. "app-plus": {
  517. // #ifdef APP-PLUS
  518. "titleNView": {
  519. "type": "default"
  520. }
  521. // #endif
  522. }
  523. }
  524. },
  525. {
  526. "path": "user_goods_collection/index",
  527. "style": {
  528. "navigationBarTitleText": "收藏商品",
  529. "navigationBarBackgroundColor": "#ffe079",
  530. "navigationBarTextStyle": "black"
  531. }
  532. }
  533. ]
  534. }
  535. ],
  536. "globalStyle": {
  537. "navigationBarBackgroundColor": "#F8F8F8",
  538. "navigationBarTextStyle": "black",
  539. "navigationBarTitleText": "水贝商城",
  540. "backgroundColor": "#ffe079"
  541. },
  542. "tabBar": {
  543. "color": "#282828",
  544. "selectedColor": "#F8C008",
  545. "borderStyle": "black",
  546. "backgroundColor": "#ffffff",
  547. "list": [
  548. {
  549. "pagePath": "pages/index/index",
  550. "iconPath": "static/images/tabbar/1-001.png",
  551. "selectedIconPath": "static/images/tabbar/1-003.png",
  552. "text": "首页"
  553. },
  554. {
  555. "pagePath": "pages/goods_cate/goods_cate",
  556. "iconPath": "static/images/2-001.png",
  557. "selectedIconPath": "static/images/2-003.png",
  558. "text": "分类"
  559. },
  560. {
  561. "pagePath": "pages/order_addcart/order_addcart",
  562. "iconPath": "static/images/tabbar/3-001.png",
  563. "selectedIconPath": "static/images/tabbar/3-003.png",
  564. "text": "购物车"
  565. },
  566. {
  567. "pagePath": "pages/user/index",
  568. "iconPath": "static/images/tabbar/4-001.png",
  569. "selectedIconPath": "static/images/tabbar/4-003.png",
  570. "text": "我的"
  571. }
  572. ]
  573. },
  574. "uniIdRouter": {}
  575. }