pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  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. "path": "pages/VIP/VIP",
  150. "style": {
  151. "navigationBarTitleText": "VIP权益"
  152. }
  153. },
  154. {
  155. "path": "pages/webview/index",
  156. "style": {
  157. "navigationBarTitleText": "H5服务",
  158. "navigationBarBackgroundColor": "#ffe079",
  159. "navigationBarTextStyle": "black"
  160. }
  161. },
  162. {
  163. "path": "pages/SVIP/SVIP",
  164. "style": {
  165. "navigationBarTitleText": "SVIP权益"
  166. }
  167. }
  168. ],
  169. "subPackages": [
  170. {
  171. "root": "pages/users",
  172. "name": "users",
  173. "pages": [
  174. {
  175. "path": "order_list/index",
  176. "style": {
  177. "navigationBarTitleText": "我的订单",
  178. "navigationBarBackgroundColor": "#e93323",
  179. "navigationBarTextStyle": "black"
  180. }
  181. },
  182. {
  183. "path": "login/index",
  184. "style": {
  185. "navigationBarTitleText": "登录",
  186. "navigationBarBackgroundColor": "#ffe079",
  187. "navigationBarTextStyle": "black"
  188. }
  189. },
  190. {
  191. "path": "app_login/index",
  192. "style": {
  193. "navigationBarTitleText": "绑定手机号",
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "wechat_login/index",
  199. "style": {
  200. "navigationBarTitleText": "登录"
  201. }
  202. },
  203. {
  204. "path": "my_merchant/index",
  205. "style": {
  206. "navigationBarTitleText": "我的商家",
  207. "navigationBarBackgroundColor": "#FFE079",
  208. "navigationBarTextStyle": "black"
  209. }
  210. },
  211. {
  212. "path": "share/index",
  213. "style": {
  214. "navigationBarTitleText": "分享海报",
  215. "navigationBarBackgroundColor": "#e93323",
  216. "navigationBarTextStyle": "black"
  217. }
  218. },
  219. {
  220. "path": "card_page/index",
  221. "style": {
  222. "navigationBarTitleText": "卡包管理",
  223. "navigationBarBackgroundColor": "#ffe079",
  224. "navigationBarTextStyle": "black",
  225. "app-plus": {
  226. // #ifdef APP-PLUS
  227. "titleNView": {
  228. "type": "default"
  229. }
  230. // #endif
  231. }
  232. }
  233. },
  234. {
  235. "path": "card_page/create",
  236. "style": {
  237. "navigationBarTitleText": "卡包编辑",
  238. "navigationBarBackgroundColor": "#ffe079",
  239. "navigationBarTextStyle": "black",
  240. "app-plus": {
  241. // #ifdef APP-PLUS
  242. "titleNView": {
  243. "type": "default"
  244. }
  245. // #endif
  246. }
  247. }
  248. },
  249. {
  250. "path": "user_address_list/index",
  251. "style": {
  252. "navigationBarTitleText": "地址管理",
  253. "navigationBarBackgroundColor": "#ffe079",
  254. "navigationBarTextStyle": "black",
  255. "app-plus": {
  256. // #ifdef APP-PLUS
  257. "titleNView": {
  258. "type": "default"
  259. }
  260. // #endif
  261. }
  262. }
  263. },
  264. {
  265. "path": "user_address/index",
  266. "style": {
  267. "navigationBarTitleText": "添加地址",
  268. "navigationBarBackgroundColor": "#ffe079",
  269. "navigationBarTextStyle": "black",
  270. "app-plus": {
  271. // #ifdef APP-PLUS
  272. "titleNView": {
  273. "type": "default"
  274. }
  275. // #endif
  276. }
  277. }
  278. },
  279. {
  280. "path": "order_confirm/index",
  281. "style": {
  282. "navigationBarTitleText": "提交订单",
  283. "navigationBarBackgroundColor": "#ffe079",
  284. "navigationBarTextStyle": "black"
  285. }
  286. },
  287. {
  288. "path": "browsing_history/index",
  289. "style": {
  290. "navigationBarTitleText": "浏览足迹",
  291. "navigationBarBackgroundColor": "#fff",
  292. "navigationBarTextStyle": "black"
  293. }
  294. },
  295. {
  296. "path": "user_asset/stock_in/stock_in",
  297. "style": {
  298. "navigationBarTitleText": "补仓",
  299. "navigationBarBackgroundColor": "#fff",
  300. "navigationBarTextStyle": "black"
  301. }
  302. },
  303. {
  304. "path": "user_asset/asset_info/asset_info",
  305. "style": {
  306. "navigationBarTitleText": "资产明细",
  307. "navigationBarBackgroundColor": "#fff",
  308. "navigationBarTextStyle": "black"
  309. }
  310. },
  311. {
  312. "path": "user_asset/record_list/record_list",
  313. "style": {
  314. "navigationBarTitleText": "交易明细",
  315. "navigationBarBackgroundColor": "#fff",
  316. "navigationBarTextStyle": "black"
  317. }
  318. },
  319. {
  320. "path": "user_return_list/index",
  321. "style": {
  322. "navigationBarTitleText": "退货列表",
  323. "navigationBarBackgroundColor": "#ffe079",
  324. "navigationBarTextStyle": "black",
  325. "app-plus": {
  326. // #ifdef APP-PLUS
  327. "titleNView": {
  328. "type": "default"
  329. }
  330. // #endif
  331. }
  332. }
  333. },
  334. {
  335. "path": "user_goods_collection/index",
  336. "style": {
  337. "navigationBarTitleText": "收藏商品",
  338. "navigationBarBackgroundColor": "#ffe079",
  339. "navigationBarTextStyle": "black"
  340. }
  341. }
  342. ]
  343. },
  344. {
  345. "root": "pages/merchantCenters",
  346. "name": "merchantCenters",
  347. "pages": [
  348. {
  349. "path": "postInformation",
  350. "style": {
  351. "navigationBarTitleText": "发布商品",
  352. "navigationBarBackgroundColor": "#ffffff",
  353. "navigationBarTextStyle": "black"
  354. }
  355. },
  356. {
  357. "path": "productManagement",
  358. "style": {
  359. "navigationBarTitleText": "商品管理",
  360. "navigationBarBackgroundColor": "#ffffff",
  361. "navigationBarTextStyle": "black"
  362. }
  363. },
  364. {
  365. "path": "releaseProduct",
  366. "style": {
  367. "navigationBarTitleText": "发布商品",
  368. "navigationBarBackgroundColor": "#ffffff",
  369. "navigationBarTextStyle": "black"
  370. }
  371. },
  372. {
  373. "path": "productCenter",
  374. "style": {
  375. "navigationBarTitleText": "产品中心",
  376. "navigationBarBackgroundColor": "#ffffff",
  377. "navigationBarTextStyle": "black"
  378. }
  379. }
  380. ]
  381. }
  382. ],
  383. "globalStyle": {
  384. "navigationBarBackgroundColor": "#F8F8F8",
  385. "navigationBarTextStyle": "black",
  386. "navigationBarTitleText": "水贝商城",
  387. "backgroundColor": "#ffe079"
  388. },
  389. "tabBar": {
  390. "color": "#282828",
  391. "selectedColor": "#F8C008",
  392. "borderStyle": "black",
  393. "backgroundColor": "#ffffff",
  394. "list": [
  395. {
  396. "pagePath": "pages/index/index",
  397. "iconPath": "static/images/tabbar/1-001.png",
  398. "selectedIconPath": "static/images/tabbar/1-003.png",
  399. "text": "首页"
  400. },
  401. {
  402. "pagePath": "pages/goods_cate/goods_cate",
  403. "iconPath": "static/images/2-001.png",
  404. "selectedIconPath": "static/images/2-003.png",
  405. "text": "分类"
  406. },
  407. {
  408. "pagePath": "pages/order_addcart/order_addcart",
  409. "iconPath": "static/images/tabbar/3-001.png",
  410. "selectedIconPath": "static/images/tabbar/3-003.png",
  411. "text": "购物车"
  412. },
  413. {
  414. "pagePath": "pages/user/index",
  415. "iconPath": "static/images/tabbar/4-001.png",
  416. "selectedIconPath": "static/images/tabbar/4-003.png",
  417. "text": "我的"
  418. }
  419. ]
  420. },
  421. "uniIdRouter": {}
  422. }