pages.json 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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. }
  33. },
  34. {
  35. "path": "pages/change_password/change_password",
  36. "style": {
  37. "navigationBarTitleText": "修改密码",
  38. "navigationBarBackgroundColor": "#ffe079",
  39. "navigationBarTextStyle": "black",
  40. "enablePullDownRefresh": false
  41. }
  42. },
  43. {
  44. "path": "pages/find_funds/findFunds",
  45. "style": {
  46. "navigationBarTitleText": "找款",
  47. "navigationBarBackgroundColor": "#ffe079",
  48. "navigationBarTextStyle": "black",
  49. "app-plus": {
  50. "titleNView": {
  51. "type": "default"
  52. }
  53. }
  54. }
  55. },
  56. {
  57. "path": "pages/find_funds/fundsOrder",
  58. "style": {
  59. "navigationBarTitleText": "找款订单",
  60. "navigationBarBackgroundColor": "#ffe079",
  61. "navigationBarTextStyle": "black",
  62. "app-plus": {
  63. "titleNView": {
  64. "type": "default"
  65. }
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/mall/index",
  71. "style": {
  72. "navigationBarTitleText": "商城",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/mall/newIndex",
  78. "style": {
  79. "navigationBarTitleText": "商城",
  80. "navigationStyle": "custom",
  81. "onReachBottomDistance": 100
  82. }
  83. },
  84. {
  85. "path": "pages/goods_search/index",
  86. "style": {
  87. "navigationBarBackgroundColor": "#FFE079",
  88. "navigationBarTitleText": "搜索商品",
  89. "navigationBarTextStyle": "black"
  90. }
  91. },
  92. {
  93. "path": "pages/goods_details/index",
  94. "style": {
  95. "navigationStyle": "custom",
  96. "navigationBarTextStyle": "black"
  97. }
  98. },
  99. {
  100. "path": "pages/order_addcart/order_addcart",
  101. "style": {
  102. "navigationBarTitleText": "购物车",
  103. "navigationBarBackgroundColor": "#ffe079",
  104. "navigationBarTextStyle": "black"
  105. }
  106. },
  107. {
  108. "path": "pages/goods_cate/goods_cate",
  109. "style": {
  110. "navigationBarTitleText": "商品分类"
  111. }
  112. },
  113. {
  114. "path": "pages/personal_info/personal_info",
  115. "style": {
  116. "navigationBarTitleText": "个人资料",
  117. "navigationBarBackgroundColor": "#ffe079",
  118. "navigationBarTextStyle": "black",
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ],
  123. "subPackages": [
  124. {
  125. "root": "pages/users",
  126. "name": "users",
  127. "pages": [
  128. {
  129. "path": "order_list/index",
  130. "style": {
  131. "navigationBarTitleText": "我的订单",
  132. "navigationBarBackgroundColor": "#e93323",
  133. "navigationBarTextStyle": "black"
  134. }
  135. },
  136. {
  137. "path": "login/index",
  138. "style": {
  139. "navigationBarTitleText": "登录",
  140. "navigationBarBackgroundColor": "#ffe079",
  141. "navigationBarTextStyle": "black"
  142. }
  143. },
  144. {
  145. "path": "app_login/index",
  146. "style": {
  147. "navigationBarTitleText": "绑定手机号",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "my_merchant/index",
  153. "style": {
  154. "navigationBarTitleText": "我的商家",
  155. "navigationBarBackgroundColor": "#e93323",
  156. "navigationBarTextStyle": "black"
  157. }
  158. },
  159. {
  160. "path": "share/index",
  161. "style": {
  162. "navigationBarTitleText": "分享海报",
  163. "navigationBarBackgroundColor": "#e93323",
  164. "navigationBarTextStyle": "black"
  165. }
  166. },
  167. {
  168. "path": "vault/index",
  169. "style": {
  170. "navigationBarTitleText": "钱包",
  171. "navigationBarBackgroundColor": "#ffe079",
  172. "navigationBarTextStyle": "black"
  173. }
  174. },
  175. {
  176. "path": "vault/storeMetal/gmReport",
  177. "style": {
  178. "navigationBarTitleText": "邮寄存金检测报告",
  179. "navigationBarBackgroundColor": "#ffe079",
  180. "navigationBarTextStyle": "black"
  181. }
  182. },
  183. {
  184. "path": "vault/storeMetal/order",
  185. "style": {
  186. "navigationBarTitleText": "邮寄存金订单",
  187. "navigationBarBackgroundColor": "#ffe079",
  188. "navigationBarTextStyle": "black",
  189. "enablePullDownRefresh": true,
  190. "onReachBottomDistance": 100
  191. }
  192. },
  193. {
  194. "path": "vault/recycle/recyle_order",
  195. "style": {
  196. "navigationBarTitleText": "约价回收订单",
  197. "navigationBarBackgroundColor": "#ffe079",
  198. "navigationBarTextStyle": "black",
  199. "enablePullDownRefresh": true,
  200. "onReachBottomDistance": 100
  201. }
  202. },
  203. {
  204. "path": "vault/recycle/report",
  205. "style": {
  206. "navigationBarTitleText": "约价回收确认报告",
  207. "navigationBarBackgroundColor": "#ffe079",
  208. "navigationBarTextStyle": "black",
  209. "enablePullDownRefresh": true,
  210. "onReachBottomDistance": 100
  211. }
  212. },
  213. {
  214. "path": "vault/recycle/order_fill",
  215. "style": {
  216. "navigationBarTitleText": "订单填写",
  217. "navigationBarBackgroundColor": "#ffe079",
  218. "navigationBarTextStyle": "white",
  219. "enablePullDownRefresh": true,
  220. "onReachBottomDistance": 100
  221. }
  222. },
  223. {
  224. "path": "vault/storeMetal/goldBullionStock",
  225. "style": {
  226. "navigationBarTitleText": "存金",
  227. "navigationBarBackgroundColor": "#ffe079",
  228. "navigationBarTextStyle": "black"
  229. }
  230. },
  231. {
  232. "path": "vault/save_gold",
  233. "style": {
  234. "navigationBarTitleText": "存金",
  235. "navigationBarBackgroundColor": "#ffe079",
  236. "navigationBarTextStyle": "black"
  237. }
  238. },
  239. {
  240. "path": "vault/trade_list",
  241. "style": {
  242. "navigationBarTitleText": "明细",
  243. "navigationBarBackgroundColor": "#ffe079",
  244. "navigationBarTextStyle": "black"
  245. }
  246. },
  247. {
  248. "path": "bank_card_manage/index",
  249. "style": {
  250. "navigationBarTitleText": "卡包管理",
  251. "navigationBarBackgroundColor": "#ffe079",
  252. "navigationBarTextStyle": "black",
  253. "app-plus": {
  254. // #ifdef APP-PLUS
  255. "titleNView": {
  256. "type": "default"
  257. }
  258. // #endif
  259. }
  260. }
  261. },
  262. {
  263. "path": "bank_card_manage/create",
  264. "style": {
  265. "navigationBarTitleText": "卡包编辑",
  266. "navigationBarBackgroundColor": "#ffe079",
  267. "navigationBarTextStyle": "black",
  268. "app-plus": {
  269. // #ifdef APP-PLUS
  270. "titleNView": {
  271. "type": "default"
  272. }
  273. // #endif
  274. }
  275. }
  276. },
  277. {
  278. "path": "user_address_list/index",
  279. "style": {
  280. "navigationBarTitleText": "地址管理",
  281. "navigationBarBackgroundColor": "#ffe079",
  282. "navigationBarTextStyle": "black",
  283. "app-plus": {
  284. // #ifdef APP-PLUS
  285. "titleNView": {
  286. "type": "default"
  287. }
  288. // #endif
  289. }
  290. }
  291. },
  292. {
  293. "path": "user_address/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": "order_confirm/index",
  309. "style": {
  310. "navigationBarTitleText": "提交订单",
  311. "navigationBarBackgroundColor": "#ffe079",
  312. "navigationBarTextStyle": "black"
  313. }
  314. },
  315. {
  316. "path": "browsing_history/index",
  317. "style": {
  318. "navigationBarTitleText": "浏览足迹",
  319. "navigationBarBackgroundColor": "#fff",
  320. "navigationBarTextStyle": "black"
  321. }
  322. }
  323. ]
  324. }
  325. ],
  326. "globalStyle": {
  327. "navigationBarBackgroundColor": "#F8F8F8",
  328. "navigationBarTextStyle": "black",
  329. "navigationBarTitleText": "水贝商城",
  330. "backgroundColor": "#ffe079"
  331. },
  332. "tabBar": {
  333. "color": "#282828",
  334. "selectedColor": "#F8C008",
  335. "borderStyle": "black",
  336. "backgroundColor": "#ffffff",
  337. "list": [
  338. {
  339. "pagePath": "pages/index/index",
  340. "iconPath": "static/images/tabbar/1-001.png",
  341. "selectedIconPath": "static/images/tabbar/1-003.png",
  342. "text": "首页"
  343. },
  344. {
  345. "pagePath": "pages/goods_cate/goods_cate",
  346. "iconPath": "static/images/2-001.png",
  347. "selectedIconPath": "static/images/2-003.png",
  348. "text": "分类"
  349. },
  350. {
  351. "pagePath": "pages/order_addcart/order_addcart",
  352. "iconPath": "static/images/tabbar/3-001.png",
  353. "selectedIconPath": "static/images/tabbar/3-002.png",
  354. "text": "购物车"
  355. },
  356. {
  357. "pagePath": "pages/user/index",
  358. "iconPath": "static/images/tabbar/4-001.png",
  359. "selectedIconPath": "static/images/tabbar/4-002.png",
  360. "text": "我的"
  361. }
  362. ]
  363. },
  364. "uniIdRouter": {}
  365. }