pages.json 11 KB

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