pages.json 9.5 KB

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