pages.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  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/goods_search/index",
  72. "style": {
  73. "navigationBarBackgroundColor": "#FFE079",
  74. "navigationBarTitleText": "搜索商品",
  75. "navigationBarTextStyle": "black"
  76. }
  77. },
  78. {
  79. "path": "pages/goods_details/index",
  80. "style": {
  81. "navigationStyle": "custom",
  82. "navigationBarTextStyle": "black"
  83. }
  84. },
  85. {
  86. "path": "pages/order_addcart/order_addcart",
  87. "style": {
  88. "navigationBarTitleText": "购物车",
  89. "navigationBarBackgroundColor": "#fff",
  90. "navigationBarTextStyle": "black"
  91. }
  92. },
  93. {
  94. "path": "pages/goods_cate/goods_cate",
  95. "style": {
  96. "navigationBarTitleText": "商品分类"
  97. }
  98. },
  99. {
  100. "path": "pages/personal_info/personal_info",
  101. "style": {
  102. "navigationBarTitleText": "个人资料",
  103. "navigationBarBackgroundColor": "#ffe079",
  104. "navigationBarTextStyle": "black",
  105. "enablePullDownRefresh": false
  106. }
  107. },
  108. {
  109. "path": "pages/merchant/index",
  110. "style": {
  111. "navigationBarTitleText": "商家主页",
  112. "navigationBarBackgroundColor": "#ffffff",
  113. "navigationBarTextStyle": "black",
  114. "enablePullDownRefresh": false
  115. }
  116. },
  117. {
  118. "path": "pages/order_list/index",
  119. "style": {
  120. "navigationBarTitleText": "我的订单",
  121. "navigationBarBackgroundColor": "#ffe079",
  122. "navigationBarTextStyle": "black"
  123. }
  124. },
  125. {
  126. "path": "pages/order_details/index",
  127. "style": {
  128. "navigationBarTitleText": "订单详情",
  129. "navigationBarBackgroundColor": "#ffe079",
  130. "navigationBarTextStyle": "black",
  131. "app-plus": {
  132. // #ifdef APP-PLUS
  133. "titleNView": {
  134. "type": "default"
  135. }
  136. // #endif
  137. }
  138. }
  139. },
  140. {
  141. "path": "pages/merchantCenter/index",
  142. "style": {
  143. "navigationBarTitleText": "门店主页",
  144. "navigationBarBackgroundColor": "#ffe079",
  145. "navigationStyle": "custom"
  146. }
  147. }
  148. ],
  149. "subPackages": [
  150. {
  151. "root": "pages/users",
  152. "name": "users",
  153. "pages": [
  154. {
  155. "path": "order_list/index",
  156. "style": {
  157. "navigationBarTitleText": "我的订单",
  158. "navigationBarBackgroundColor": "#e93323",
  159. "navigationBarTextStyle": "black"
  160. }
  161. },
  162. {
  163. "path": "login/index",
  164. "style": {
  165. "navigationBarTitleText": "登录",
  166. "navigationBarBackgroundColor": "#ffe079",
  167. "navigationBarTextStyle": "black"
  168. }
  169. },
  170. {
  171. "path": "app_login/index",
  172. "style": {
  173. "navigationBarTitleText": "绑定手机号",
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "wechat_login/index",
  179. "style": {
  180. "navigationBarTitleText": "登录"
  181. }
  182. },
  183. {
  184. "path": "my_merchant/index",
  185. "style": {
  186. "navigationBarTitleText": "我的商家",
  187. "navigationBarBackgroundColor": "#FFE079",
  188. "navigationBarTextStyle": "black"
  189. }
  190. },
  191. {
  192. "path": "share/index",
  193. "style": {
  194. "navigationBarTitleText": "分享海报",
  195. "navigationBarBackgroundColor": "#e93323",
  196. "navigationBarTextStyle": "black"
  197. }
  198. },
  199. {
  200. "path": "bank_card_manage/index",
  201. "style": {
  202. "navigationBarTitleText": "卡包管理",
  203. "navigationBarBackgroundColor": "#ffe079",
  204. "navigationBarTextStyle": "black",
  205. "app-plus": {
  206. // #ifdef APP-PLUS
  207. "titleNView": {
  208. "type": "default"
  209. }
  210. // #endif
  211. }
  212. }
  213. },
  214. {
  215. "path": "bank_card_manage/create",
  216. "style": {
  217. "navigationBarTitleText": "卡包编辑",
  218. "navigationBarBackgroundColor": "#ffe079",
  219. "navigationBarTextStyle": "black",
  220. "app-plus": {
  221. // #ifdef APP-PLUS
  222. "titleNView": {
  223. "type": "default"
  224. }
  225. // #endif
  226. }
  227. }
  228. },
  229. {
  230. "path": "user_address_list/index",
  231. "style": {
  232. "navigationBarTitleText": "地址管理",
  233. "navigationBarBackgroundColor": "#ffe079",
  234. "navigationBarTextStyle": "black",
  235. "app-plus": {
  236. // #ifdef APP-PLUS
  237. "titleNView": {
  238. "type": "default"
  239. }
  240. // #endif
  241. }
  242. }
  243. },
  244. {
  245. "path": "user_address/index",
  246. "style": {
  247. "navigationBarTitleText": "添加地址",
  248. "navigationBarBackgroundColor": "#ffe079",
  249. "navigationBarTextStyle": "black",
  250. "app-plus": {
  251. // #ifdef APP-PLUS
  252. "titleNView": {
  253. "type": "default"
  254. }
  255. // #endif
  256. }
  257. }
  258. },
  259. {
  260. "path": "order_confirm/index",
  261. "style": {
  262. "navigationBarTitleText": "提交订单",
  263. "navigationBarBackgroundColor": "#ffe079",
  264. "navigationBarTextStyle": "black"
  265. }
  266. },
  267. {
  268. "path": "browsing_history/index",
  269. "style": {
  270. "navigationBarTitleText": "浏览足迹",
  271. "navigationBarBackgroundColor": "#fff",
  272. "navigationBarTextStyle": "black"
  273. }
  274. },
  275. {
  276. "path": "user_asset/stock_in/stock_in",
  277. "style": {
  278. "navigationBarTitleText": "补仓",
  279. "navigationBarBackgroundColor": "#fff",
  280. "navigationBarTextStyle": "black"
  281. }
  282. },
  283. {
  284. "path": "user_asset/asset_info/asset_info",
  285. "style": {
  286. "navigationBarTitleText": "资产明细",
  287. "navigationBarBackgroundColor": "#fff",
  288. "navigationBarTextStyle": "black"
  289. }
  290. },
  291. {
  292. "path": "user_asset/record_list/record_list",
  293. "style": {
  294. "navigationBarTitleText": "交易明细",
  295. "navigationBarBackgroundColor": "#fff",
  296. "navigationBarTextStyle": "black"
  297. }
  298. },
  299. {
  300. "path": "user_return_list/index",
  301. "style": {
  302. "navigationBarTitleText": "退货列表",
  303. "navigationBarBackgroundColor": "#ffe079",
  304. "navigationBarTextStyle": "black",
  305. "app-plus": {
  306. // #ifdef APP-PLUS
  307. "titleNView": {
  308. "type": "default"
  309. }
  310. // #endif
  311. }
  312. }
  313. },
  314. {
  315. "path": "user_goods_collection/index",
  316. "style": {
  317. "navigationBarTitleText": "收藏商品",
  318. "navigationBarBackgroundColor": "#ffe079",
  319. "navigationBarTextStyle": "black"
  320. }
  321. }
  322. ]
  323. },
  324. {
  325. "root": "pages/merchantCenters",
  326. "name": "merchantCenters",
  327. "pages": [
  328. {
  329. "path": "postInformation",
  330. "style": {
  331. "navigationBarTitleText": "发布商品",
  332. "navigationBarBackgroundColor": "#ffffff",
  333. "navigationBarTextStyle": "black"
  334. }
  335. },
  336. {
  337. "path": "productManagement",
  338. "style": {
  339. "navigationBarTitleText": "商品管理",
  340. "navigationBarBackgroundColor": "#ffffff",
  341. "navigationBarTextStyle": "black"
  342. }
  343. },
  344. {
  345. "path": "releaseProduct",
  346. "style": {
  347. "navigationBarTitleText": "发布商品",
  348. "navigationBarBackgroundColor": "#ffffff",
  349. "navigationBarTextStyle": "black"
  350. }
  351. },
  352. {
  353. "path": "productCenter",
  354. "style": {
  355. "navigationBarTitleText": "产品中心",
  356. "navigationBarBackgroundColor": "#ffffff",
  357. "navigationBarTextStyle": "black"
  358. }
  359. }
  360. ]
  361. }
  362. ],
  363. "globalStyle": {
  364. "navigationBarBackgroundColor": "#F8F8F8",
  365. "navigationBarTextStyle": "black",
  366. "navigationBarTitleText": "水贝商城",
  367. "backgroundColor": "#ffe079"
  368. },
  369. "tabBar": {
  370. "color": "#282828",
  371. "selectedColor": "#F8C008",
  372. "borderStyle": "black",
  373. "backgroundColor": "#ffffff",
  374. "list": [
  375. {
  376. "pagePath": "pages/index/index",
  377. "iconPath": "static/images/tabbar/1-001.png",
  378. "selectedIconPath": "static/images/tabbar/1-003.png",
  379. "text": "首页"
  380. },
  381. {
  382. "pagePath": "pages/goods_cate/goods_cate",
  383. "iconPath": "static/images/2-001.png",
  384. "selectedIconPath": "static/images/2-003.png",
  385. "text": "分类"
  386. },
  387. {
  388. "pagePath": "pages/order_addcart/order_addcart",
  389. "iconPath": "static/images/tabbar/3-001.png",
  390. "selectedIconPath": "static/images/tabbar/3-003.png",
  391. "text": "购物车"
  392. },
  393. {
  394. "pagePath": "pages/user/index",
  395. "iconPath": "static/images/tabbar/4-001.png",
  396. "selectedIconPath": "static/images/tabbar/4-003.png",
  397. "text": "我的"
  398. }
  399. ]
  400. },
  401. "uniIdRouter": {}
  402. }