pages.json 12 KB

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