pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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": "#ffe079",
  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. "navigationBarBackgroundColor": "#fff",
  57. "navigationBarTextStyle": "black"
  58. }
  59. },
  60. {
  61. "path": "pages/order_list/index",
  62. "style": {
  63. "navigationBarTitleText": "我的订单",
  64. "navigationBarBackgroundColor": "#ffe079",
  65. "navigationBarTextStyle": "black"
  66. }
  67. },
  68. {
  69. "path": "pages/order_details/index",
  70. "style": {
  71. "navigationBarTitleText": "订单详情",
  72. "navigationBarBackgroundColor": "#ffe079",
  73. "navigationBarTextStyle": "black",
  74. "app-plus": {
  75. // #ifdef APP-PLUS
  76. "titleNView": {
  77. "type": "default"
  78. }
  79. // #endif
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/order_pay_status/index",
  85. "style": {
  86. "navigationBarTitleText": "支付成功",
  87. "navigationBarBackgroundColor": "#FFFFFF",
  88. "navigationBarTextStyle": "black"
  89. }
  90. },
  91. {
  92. "path": "pages/merchantCenter/index",
  93. "style": {
  94. "navigationBarTitleText": "门店主页",
  95. "navigationBarBackgroundColor": "#ffe079",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "pages/webview/index",
  101. "style": {
  102. "navigationBarTitleText": "服务",
  103. "navigationBarBackgroundColor": "#ffe079",
  104. "navigationBarTextStyle": "black"
  105. }
  106. }
  107. ],
  108. "subPackages": [
  109. {
  110. "root": "pages/users",
  111. "name": "users",
  112. "pages": [
  113. {
  114. "path": "login/index",
  115. "style": {
  116. "navigationBarTitleText": "登录",
  117. "navigationBarBackgroundColor": "#ffe079",
  118. "navigationBarTextStyle": "black",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "app_login/index",
  124. "style": {
  125. "navigationBarTitleText": "绑定手机号",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "wechat_login/index",
  131. "style": {
  132. "navigationBarTitleText": "登录"
  133. }
  134. },
  135. {
  136. "path": "my_merchant/index",
  137. "style": {
  138. "navigationBarTitleText": "我的商家",
  139. "navigationBarBackgroundColor": "#FFE079",
  140. "navigationBarTextStyle": "black"
  141. }
  142. },
  143. {
  144. "path": "share/index",
  145. "style": {
  146. "navigationBarTitleText": "成为门店会员",
  147. "navigationBarBackgroundColor": "#ffffff",
  148. "navigationBarTextStyle": "black"
  149. }
  150. },
  151. {
  152. "path": "user_address_list/index",
  153. "style": {
  154. "navigationBarTitleText": "地址管理",
  155. "navigationBarBackgroundColor": "#ffe079",
  156. "navigationBarTextStyle": "black",
  157. "app-plus": {
  158. // #ifdef APP-PLUS
  159. "titleNView": {
  160. "type": "default"
  161. }
  162. // #endif
  163. }
  164. }
  165. },
  166. {
  167. "path": "user_address/index",
  168. "style": {
  169. "navigationBarTitleText": "添加地址",
  170. "navigationBarBackgroundColor": "#ffe079",
  171. "navigationBarTextStyle": "black",
  172. "app-plus": {
  173. // #ifdef APP-PLUS
  174. "titleNView": {
  175. "type": "default"
  176. }
  177. // #endif
  178. }
  179. }
  180. },
  181. {
  182. "path": "order_confirm/index",
  183. "style": {
  184. "navigationBarTitleText": "提交订单",
  185. "navigationBarBackgroundColor": "#ffe079",
  186. "navigationBarTextStyle": "black"
  187. }
  188. },
  189. {
  190. "path": "browsing_history/index",
  191. "style": {
  192. "navigationBarTitleText": "浏览足迹",
  193. "navigationBarBackgroundColor": "#fff",
  194. "navigationBarTextStyle": "black"
  195. }
  196. },
  197. {
  198. "path": "user_return_list/index",
  199. "style": {
  200. "navigationBarTitleText": "退货列表",
  201. "navigationBarBackgroundColor": "#ffe079",
  202. "navigationBarTextStyle": "black",
  203. "app-plus": {
  204. // #ifdef APP-PLUS
  205. "titleNView": {
  206. "type": "default"
  207. }
  208. // #endif
  209. }
  210. }
  211. },
  212. {
  213. "path": "user_goods_collection/index",
  214. "style": {
  215. "navigationBarTitleText": "收藏商品",
  216. "navigationBarBackgroundColor": "#ffe079",
  217. "navigationBarTextStyle": "black"
  218. }
  219. },
  220. {
  221. "path": "personal_info/personal_info",
  222. "style": {
  223. "navigationBarTitleText": "个人资料",
  224. "navigationBarBackgroundColor": "#ffe079",
  225. "navigationBarTextStyle": "black",
  226. "enablePullDownRefresh": false
  227. }
  228. },
  229. {
  230. "path": "goods_return/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": "goods_logistics/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. },
  261. {
  262. "root": "pages/merchantCenters",
  263. "name": "merchantCenters",
  264. "pages": [
  265. {
  266. "path": "merchant",
  267. "style": {
  268. "navigationBarTitleText": "商家主页",
  269. "navigationBarBackgroundColor": "#ffffff",
  270. "navigationBarTextStyle": "black",
  271. "enablePullDownRefresh": false
  272. }
  273. },
  274. {
  275. "path": "postInformation",
  276. "style": {
  277. "navigationBarTitleText": "发布商品",
  278. "navigationBarBackgroundColor": "#ffffff",
  279. "navigationBarTextStyle": "black"
  280. }
  281. },
  282. {
  283. "path": "productManagement",
  284. "style": {
  285. "navigationBarTitleText": "商品管理",
  286. "navigationBarBackgroundColor": "#ffffff",
  287. "navigationBarTextStyle": "black"
  288. }
  289. },
  290. {
  291. "path": "releaseProduct",
  292. "style": {
  293. "navigationBarTitleText": "发布商品",
  294. "navigationBarBackgroundColor": "#ffffff",
  295. "navigationBarTextStyle": "black"
  296. }
  297. },
  298. {
  299. "path": "productCenter",
  300. "style": {
  301. "navigationBarTitleText": "产品中心",
  302. "navigationBarBackgroundColor": "#ffffff",
  303. "navigationBarTextStyle": "black"
  304. }
  305. }
  306. ]
  307. },
  308. {
  309. "root": "pages/goods",
  310. "name": "goods",
  311. "pages": [
  312. {
  313. "path": "goods_details/index",
  314. "style": {
  315. "navigationStyle": "custom",
  316. "navigationBarTextStyle": "black"
  317. }
  318. },
  319. {
  320. "path": "goods_search/index",
  321. "style": {
  322. "navigationBarBackgroundColor": "#FFE079",
  323. "navigationBarTitleText": "搜索商品",
  324. "navigationBarTextStyle": "black"
  325. }
  326. }
  327. ]
  328. }
  329. ],
  330. "globalStyle": {
  331. "navigationBarBackgroundColor": "#F8F8F8",
  332. "navigationBarTextStyle": "black",
  333. "navigationBarTitleText": "水贝商城",
  334. "backgroundColor": "#ffe079"
  335. },
  336. "tabBar": {
  337. "color": "#999999",
  338. "selectedColor": "#F8C008",
  339. "borderStyle": "black",
  340. "backgroundColor": "#ffffff",
  341. "list": [
  342. {
  343. "pagePath": "pages/index/index",
  344. "iconPath": "static/images/tabbar/1-001.png",
  345. "selectedIconPath": "static/images/tabbar/1-003.png",
  346. "text": "首页"
  347. },
  348. {
  349. "pagePath": "pages/goods_cate/goods_cate",
  350. "iconPath": "static/images/2-001.png",
  351. "selectedIconPath": "static/images/2-003.png",
  352. "text": "分类"
  353. },
  354. {
  355. "pagePath": "pages/order_addcart/order_addcart",
  356. "iconPath": "static/images/tabbar/3-001.png",
  357. "selectedIconPath": "static/images/tabbar/3-003.png",
  358. "text": "购物车"
  359. },
  360. {
  361. "pagePath": "pages/user/index",
  362. "iconPath": "static/images/tabbar/4-001.png",
  363. "selectedIconPath": "static/images/tabbar/4-003.png",
  364. "text": "我的"
  365. }
  366. ]
  367. },
  368. "uniIdRouter": {}
  369. }