pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  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. "enablePullDownRefresh": true
  19. }
  20. },
  21. {
  22. "path": "pages/mall/dapan",
  23. "style": {
  24. "navigationBarBackgroundColor": "#ffe079",
  25. "navigationBarTextStyle": "white",
  26. "navigationBarTitleText": "实时金价"
  27. }
  28. },
  29. {
  30. "path": "pages/user/index",
  31. "style": {
  32. "navigationBarTitleText": "个人中心",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/change_password/change_password",
  38. "style": {
  39. "navigationBarTitleText": "修改密码",
  40. "navigationBarBackgroundColor": "#ffe079",
  41. "navigationBarTextStyle": "black",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/order_addcart/order_addcart",
  47. "style": {
  48. "navigationBarTitleText": "购物车",
  49. "navigationBarBackgroundColor": "#fff",
  50. "navigationBarTextStyle": "black",
  51. "enablePullDownRefresh": true
  52. }
  53. },
  54. {
  55. "path": "pages/goods_cate/goods_cate",
  56. "style": {
  57. "navigationBarTitleText": "商品分类",
  58. "navigationBarBackgroundColor": "#fff",
  59. "navigationBarTextStyle": "black"
  60. }
  61. },
  62. {
  63. "path": "pages/order_list/index",
  64. "style": {
  65. "navigationBarTitleText": "我的订单",
  66. "navigationBarBackgroundColor": "#ffffff",
  67. "navigationBarTextStyle": "black"
  68. }
  69. },
  70. {
  71. "path": "pages/order_details/index",
  72. "style": {
  73. "navigationBarTitleText": "订单详情",
  74. "navigationBarBackgroundColor": "#ffffff",
  75. "navigationBarTextStyle": "black",
  76. "app-plus": {
  77. // #ifdef APP-PLUS
  78. "titleNView": {
  79. "type": "default"
  80. }
  81. // #endif
  82. }
  83. }
  84. },
  85. {
  86. "path": "pages/order_pay_status/index",
  87. "style": {
  88. "navigationBarTitleText": "支付成功",
  89. "navigationBarBackgroundColor": "#FFFFFF",
  90. "navigationBarTextStyle": "black"
  91. }
  92. },
  93. {
  94. "path": "pages/merchantCenter/index",
  95. "style": {
  96. "navigationBarTitleText": "门店主页",
  97. "navigationBarBackgroundColor": "#ffe079",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path": "pages/webview/index",
  103. "style": {
  104. "navigationBarTitleText": "服务",
  105. "navigationBarBackgroundColor": "#ffe079",
  106. "navigationBarTextStyle": "black"
  107. }
  108. },
  109. {
  110. "path": "pages/webview/privacy",
  111. "style": {
  112. "navigationBarTitleText": "政策协议",
  113. "navigationBarBackgroundColor": "#ffe079",
  114. "navigationBarTextStyle": "black"
  115. }
  116. }
  117. ],
  118. "subPackages": [
  119. {
  120. "root": "pages/users",
  121. "name": "users",
  122. "pages": [
  123. {
  124. "path": "login/index",
  125. "style": {
  126. "navigationBarTitleText": "登录",
  127. "navigationBarBackgroundColor": "#ffe079",
  128. "navigationBarTextStyle": "black",
  129. "navigationStyle": "custom"
  130. }
  131. },
  132. {
  133. "path": "app_login/index",
  134. "style": {
  135. "navigationBarTitleText": "绑定手机号",
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "wechat_login/index",
  141. "style": {
  142. "navigationBarTitleText": "登录"
  143. }
  144. },
  145. {
  146. "path": "my_merchant/index",
  147. "style": {
  148. "navigationBarTitleText": "我的商家",
  149. "navigationBarBackgroundColor": "#FFE079",
  150. "navigationBarTextStyle": "black"
  151. }
  152. },
  153. {
  154. "path": "share/index",
  155. "style": {
  156. "navigationBarTitleText": "成为门店会员",
  157. "navigationBarBackgroundColor": "#ffffff",
  158. "navigationBarTextStyle": "black"
  159. }
  160. },
  161. {
  162. "path": "user_address_list/index",
  163. "style": {
  164. "navigationBarTitleText": "地址管理",
  165. "navigationBarBackgroundColor": "#fff",
  166. "navigationBarTextStyle": "black",
  167. "app-plus": {
  168. // #ifdef APP-PLUS
  169. "titleNView": {
  170. "type": "default"
  171. }
  172. // #endif
  173. }
  174. }
  175. },
  176. {
  177. "path": "user_address/index",
  178. "style": {
  179. "navigationBarTitleText": "新增地址",
  180. "navigationBarBackgroundColor": "#fff",
  181. "navigationBarTextStyle": "black",
  182. "app-plus": {
  183. // #ifdef APP-PLUS
  184. "titleNView": {
  185. "type": "default"
  186. }
  187. // #endif
  188. }
  189. }
  190. },
  191. {
  192. "path": "order_confirm/index",
  193. "style": {
  194. "navigationBarTitleText": "提交订单",
  195. "navigationBarBackgroundColor": "#ffe079",
  196. "navigationBarTextStyle": "black"
  197. }
  198. },
  199. {
  200. "path": "browsing_history/index",
  201. "style": {
  202. "navigationBarTitleText": "浏览足迹",
  203. "navigationBarBackgroundColor": "#fff",
  204. "navigationBarTextStyle": "black"
  205. }
  206. },
  207. {
  208. "path": "user_return_list/index",
  209. "style": {
  210. "navigationBarTitleText": "退货列表",
  211. "navigationBarBackgroundColor": "#ffe079",
  212. "navigationBarTextStyle": "black",
  213. "app-plus": {
  214. // #ifdef APP-PLUS
  215. "titleNView": {
  216. "type": "default"
  217. }
  218. // #endif
  219. }
  220. }
  221. },
  222. {
  223. "path": "user_goods_collection/index",
  224. "style": {
  225. "navigationBarTitleText": "我的收藏",
  226. "navigationBarBackgroundColor": "#ffffff",
  227. "navigationBarTextStyle": "black"
  228. }
  229. },
  230. {
  231. "path": "personal_info/personal_info",
  232. "style": {
  233. "navigationBarTitleText": "个人资料",
  234. "navigationBarBackgroundColor": "#F9F7F0",
  235. "navigationBarTextStyle": "black",
  236. "enablePullDownRefresh": false
  237. }
  238. },
  239. {
  240. "path": "face_detect/index",
  241. "style": {
  242. "navigationBarTitleText": "实名认证",
  243. "navigationBarBackgroundColor": "#FFFFFF",
  244. "navigationBarTextStyle": "black",
  245. "app-plus": {
  246. // #ifdef APP-PLUS
  247. "titleNView": {
  248. "type": "default"
  249. }
  250. // #endif
  251. }
  252. }
  253. },
  254. {
  255. "path": "goods_return/index",
  256. "style": {
  257. "navigationBarTitleText": "申请退货",
  258. "navigationBarBackgroundColor": "#ffe079",
  259. "navigationBarTextStyle": "black",
  260. "app-plus": {
  261. // #ifdef APP-PLUS
  262. "titleNView": {
  263. "type": "default"
  264. }
  265. // #endif
  266. }
  267. }
  268. },
  269. {
  270. "path": "goods_logistics/index",
  271. "style": {
  272. "navigationBarTitleText": "物流信息",
  273. "navigationBarBackgroundColor": "#ffe079",
  274. "navigationBarTextStyle": "black",
  275. "app-plus": {
  276. // #ifdef APP-PLUS
  277. "titleNView": {
  278. "type": "default"
  279. }
  280. // #endif
  281. }
  282. }
  283. }
  284. ]
  285. },
  286. {
  287. "root": "pages/merchantCenters",
  288. "name": "merchantCenters",
  289. "pages": [
  290. {
  291. "path": "merchant",
  292. "style": {
  293. "navigationBarTitleText": "商家主页",
  294. "navigationBarBackgroundColor": "#ffffff",
  295. "navigationBarTextStyle": "black",
  296. "enablePullDownRefresh": false
  297. }
  298. },
  299. {
  300. "path": "postInformation",
  301. "style": {
  302. "navigationBarTitleText": "发布商品",
  303. "navigationBarBackgroundColor": "#ffffff",
  304. "navigationBarTextStyle": "black"
  305. }
  306. },
  307. {
  308. "path": "productManagement",
  309. "style": {
  310. "navigationBarTitleText": "商品管理",
  311. "navigationBarBackgroundColor": "#ffffff",
  312. "navigationBarTextStyle": "black"
  313. }
  314. },
  315. {
  316. "path": "releaseProduct",
  317. "style": {
  318. "navigationBarTitleText": "发布商品",
  319. "navigationBarBackgroundColor": "#ffffff",
  320. "navigationBarTextStyle": "black"
  321. }
  322. },
  323. {
  324. "path": "productCenter",
  325. "style": {
  326. "navigationBarTitleText": "产品中心",
  327. "navigationBarBackgroundColor": "#ffffff",
  328. "navigationBarTextStyle": "black"
  329. }
  330. },
  331. {
  332. "path": "productCate/productCate",
  333. "style": {
  334. "navigationBarTitleText": "添加规格",
  335. "navigationBarBackgroundColor": "#ffffff",
  336. "navigationBarTextStyle": "black"
  337. }
  338. }
  339. ]
  340. },
  341. {
  342. "root": "pages/goods",
  343. "name": "goods",
  344. "pages": [
  345. {
  346. "path": "goods_details/index",
  347. "style": {
  348. "navigationStyle": "custom",
  349. "navigationBarTextStyle": "black"
  350. }
  351. },
  352. {
  353. "path": "goods_search/index",
  354. "style": {
  355. "navigationBarBackgroundColor": "#ffffff",
  356. "navigationBarTitleText": "搜索商品",
  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": "#999999",
  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. }