pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  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. "path": "pages/VIP/VIP",
  197. "style": {
  198. "navigationBarTitleText": "VIP权益"
  199. }
  200. },
  201. {
  202. "path": "pages/webview/index",
  203. "style": {
  204. "navigationBarTitleText": "H5服务",
  205. "navigationBarBackgroundColor": "#ffe079",
  206. "navigationBarTextStyle": "black"
  207. }
  208. }
  209. ],
  210. "subPackages": [
  211. {
  212. "root": "pages/users",
  213. "name": "users",
  214. "pages": [
  215. {
  216. "path": "order_list/index",
  217. "style": {
  218. "navigationBarTitleText": "我的订单",
  219. "navigationBarBackgroundColor": "#e93323",
  220. "navigationBarTextStyle": "black"
  221. }
  222. },
  223. {
  224. "path": "login/index",
  225. "style": {
  226. "navigationBarTitleText": "登录",
  227. "navigationBarBackgroundColor": "#ffe079",
  228. "navigationBarTextStyle": "black"
  229. }
  230. },
  231. {
  232. "path": "app_login/index",
  233. "style": {
  234. "navigationBarTitleText": "绑定手机号",
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "my_merchant/index",
  240. "style": {
  241. "navigationBarTitleText": "我的商家",
  242. "navigationBarBackgroundColor": "#FFE079",
  243. "navigationBarTextStyle": "black"
  244. }
  245. },
  246. {
  247. "path": "share/index",
  248. "style": {
  249. "navigationBarTitleText": "分享海报",
  250. "navigationBarBackgroundColor": "#e93323",
  251. "navigationBarTextStyle": "black"
  252. }
  253. },
  254. {
  255. "path": "vault/index",
  256. "style": {
  257. "navigationBarTitleText": "钱包",
  258. "navigationBarBackgroundColor": "#ffe079",
  259. "navigationBarTextStyle": "black"
  260. }
  261. },
  262. {
  263. "path": "vault/storeMetal/gmReport",
  264. "style": {
  265. "navigationBarTitleText": "邮寄存金检测报告",
  266. "navigationBarBackgroundColor": "#ffe079",
  267. "navigationBarTextStyle": "black"
  268. }
  269. },
  270. {
  271. "path": "vault/recycle/recyle_order",
  272. "style": {
  273. "navigationBarTitleText": "约价回收订单",
  274. "navigationBarBackgroundColor": "#ffe079",
  275. "navigationBarTextStyle": "black",
  276. "enablePullDownRefresh": true,
  277. "onReachBottomDistance": 100
  278. }
  279. },
  280. {
  281. "path": "vault/recycle/order_fill",
  282. "style": {
  283. "navigationBarTitleText": "订单填写",
  284. "navigationBarBackgroundColor": "#ffe079",
  285. "navigationBarTextStyle": "white",
  286. "enablePullDownRefresh": true,
  287. "onReachBottomDistance": 100
  288. }
  289. },
  290. {
  291. "path": "vault/save_gold",
  292. "style": {
  293. "navigationBarTitleText": "存金",
  294. "navigationBarBackgroundColor": "#ffe079",
  295. "navigationBarTextStyle": "black"
  296. }
  297. },
  298. {
  299. "path": "vault/trade_list",
  300. "style": {
  301. "navigationBarTitleText": "明细",
  302. "navigationBarBackgroundColor": "#ffe079",
  303. "navigationBarTextStyle": "black"
  304. }
  305. },
  306. {
  307. "path": "bank_card_manage/index",
  308. "style": {
  309. "navigationBarTitleText": "卡包管理",
  310. "navigationBarBackgroundColor": "#ffe079",
  311. "navigationBarTextStyle": "black",
  312. "app-plus": {
  313. // #ifdef APP-PLUS
  314. "titleNView": {
  315. "type": "default"
  316. }
  317. // #endif
  318. }
  319. }
  320. },
  321. {
  322. "path": "bank_card_manage/create",
  323. "style": {
  324. "navigationBarTitleText": "卡包编辑",
  325. "navigationBarBackgroundColor": "#ffe079",
  326. "navigationBarTextStyle": "black",
  327. "app-plus": {
  328. // #ifdef APP-PLUS
  329. "titleNView": {
  330. "type": "default"
  331. }
  332. // #endif
  333. }
  334. }
  335. },
  336. {
  337. "path": "user_address_list/index",
  338. "style": {
  339. "navigationBarTitleText": "地址管理",
  340. "navigationBarBackgroundColor": "#ffe079",
  341. "navigationBarTextStyle": "black",
  342. "app-plus": {
  343. // #ifdef APP-PLUS
  344. "titleNView": {
  345. "type": "default"
  346. }
  347. // #endif
  348. }
  349. }
  350. },
  351. {
  352. "path": "user_address/index",
  353. "style": {
  354. "navigationBarTitleText": "添加地址",
  355. "navigationBarBackgroundColor": "#ffe079",
  356. "navigationBarTextStyle": "black",
  357. "app-plus": {
  358. // #ifdef APP-PLUS
  359. "titleNView": {
  360. "type": "default"
  361. }
  362. // #endif
  363. }
  364. }
  365. },
  366. {
  367. "path": "order_confirm/index",
  368. "style": {
  369. "navigationBarTitleText": "提交订单",
  370. "navigationBarBackgroundColor": "#ffe079",
  371. "navigationBarTextStyle": "black"
  372. }
  373. },
  374. {
  375. "path": "browsing_history/index",
  376. "style": {
  377. "navigationBarTitleText": "浏览足迹",
  378. "navigationBarBackgroundColor": "#fff",
  379. "navigationBarTextStyle": "black"
  380. }
  381. },
  382. {
  383. "path": "user_asset/stock_in/stock_in",
  384. "style": {
  385. "navigationBarTitleText": "补仓",
  386. "navigationBarBackgroundColor": "#fff",
  387. "navigationBarTextStyle": "black"
  388. }
  389. },
  390. {
  391. "path": "user_asset/asset_info/asset_info",
  392. "style": {
  393. "navigationBarTitleText": "资产明细",
  394. "navigationBarBackgroundColor": "#fff",
  395. "navigationBarTextStyle": "black"
  396. }
  397. },
  398. {
  399. "path": "user_asset/record_list/record_list",
  400. "style": {
  401. "navigationBarTitleText": "交易明细",
  402. "navigationBarBackgroundColor": "#fff",
  403. "navigationBarTextStyle": "black"
  404. }
  405. },
  406. {
  407. "path": "user_return_list/index",
  408. "style": {
  409. "navigationBarTitleText": "退货列表",
  410. "navigationBarBackgroundColor": "#ffe079",
  411. "navigationBarTextStyle": "black",
  412. "app-plus": {
  413. // #ifdef APP-PLUS
  414. "titleNView": {
  415. "type": "default"
  416. }
  417. // #endif
  418. }
  419. }
  420. },
  421. {
  422. "path": "vault/recharge",
  423. "style": {
  424. "navigationBarTitleText": "充值",
  425. "navigationBarBackgroundColor": "#ffe079",
  426. "navigationBarTextStyle": "black",
  427. "app-plus": {
  428. // #ifdef APP-PLUS
  429. "titleNView": {
  430. "type": "default"
  431. }
  432. // #endif
  433. }
  434. }
  435. },
  436. {
  437. "path": "vault/withdraw",
  438. "style": {
  439. "navigationBarTitleText": "提现",
  440. "navigationBarBackgroundColor": "#ffe079",
  441. "navigationBarTextStyle": "black",
  442. "app-plus": {
  443. // #ifdef APP-PLUS
  444. "titleNView": {
  445. "type": "default"
  446. }
  447. // #endif
  448. }
  449. }
  450. },
  451. {
  452. "path": "vault/buy",
  453. "style": {
  454. "navigationBarTitleText": "买金",
  455. "navigationBarBackgroundColor": "#ffe079",
  456. "navigationBarTextStyle": "black",
  457. "app-plus": {
  458. // #ifdef APP-PLUS
  459. "titleNView": {
  460. "type": "default"
  461. }
  462. // #endif
  463. }
  464. }
  465. },
  466. {
  467. "path": "vault/storeMetal/goldBullionStock",
  468. "style": {
  469. "navigationBarTitleText": "存金",
  470. "navigationBarBackgroundColor": "#ffe079",
  471. "navigationBarTextStyle": "black"
  472. }
  473. },
  474. {
  475. "path": "vault/storeMetal/index",
  476. "style": {
  477. "navigationBarTitleText": "卖料",
  478. "navigationBarBackgroundColor": "#ffe079",
  479. "navigationBarTextStyle": "black"
  480. }
  481. },
  482. {
  483. "path": "vault/storeMetal/order",
  484. "style": {
  485. "navigationBarTitleText": "邮寄存金订单",
  486. "navigationBarBackgroundColor": "#ffe079",
  487. "navigationBarTextStyle": "black",
  488. "enablePullDownRefresh": true,
  489. "onReachBottomDistance": 100
  490. }
  491. },
  492. {
  493. "path": "vault/recycle/report",
  494. "style": {
  495. "navigationBarTitleText": "检测报告",
  496. "navigationBarBackgroundColor": "#ffe079",
  497. "navigationBarTextStyle": "black"
  498. }
  499. },
  500. {
  501. "path": "vault/storeMetal/metalExchange",
  502. "style": {
  503. "navigationBarTitleText": "提料兑换",
  504. "navigationBarBackgroundColor": "#ffe079",
  505. "navigationBarTextStyle": "black"
  506. }
  507. },
  508. {
  509. "path": "vault/storeMetal/metalExchangeList",
  510. "style": {
  511. "navigationBarTitleText": "提料兑换列表",
  512. "navigationBarBackgroundColor": "#ffe079",
  513. "navigationBarTextStyle": "black"
  514. }
  515. },
  516. {
  517. "path": "vault/storeMetal/metalExchangeWithdraw",
  518. "style": {
  519. "navigationBarTitleText": "提料确认下单",
  520. "navigationBarBackgroundColor": "#ffe079",
  521. "navigationBarTextStyle": "black"
  522. }
  523. }
  524. ]
  525. }
  526. ],
  527. "globalStyle": {
  528. "navigationBarBackgroundColor": "#F8F8F8",
  529. "navigationBarTextStyle": "black",
  530. "navigationBarTitleText": "水贝商城",
  531. "backgroundColor": "#ffe079"
  532. },
  533. "tabBar": {
  534. "color": "#282828",
  535. "selectedColor": "#F8C008",
  536. "borderStyle": "black",
  537. "backgroundColor": "#ffffff",
  538. "list": [
  539. {
  540. "pagePath": "pages/index/index",
  541. "iconPath": "static/images/tabbar/1-001.png",
  542. "selectedIconPath": "static/images/tabbar/1-003.png",
  543. "text": "首页"
  544. },
  545. {
  546. "pagePath": "pages/goods_cate/goods_cate",
  547. "iconPath": "static/images/2-001.png",
  548. "selectedIconPath": "static/images/2-003.png",
  549. "text": "分类"
  550. },
  551. {
  552. "pagePath": "pages/order_addcart/order_addcart",
  553. "iconPath": "static/images/tabbar/3-001.png",
  554. "selectedIconPath": "static/images/tabbar/3-003.png",
  555. "text": "购物车"
  556. },
  557. {
  558. "pagePath": "pages/user/index",
  559. "iconPath": "static/images/tabbar/4-001.png",
  560. "selectedIconPath": "static/images/tabbar/4-003.png",
  561. "text": "我的"
  562. }
  563. ]
  564. },
  565. "uniIdRouter": {}
  566. }