pages.json 14 KB

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