pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "商城首页"
  8. }
  9. },
  10. {
  11. "path": "pages/public/register",
  12. "style": {
  13. "navigationBarTitleText": "注册",
  14. "app-plus": {
  15. "titleNView": {
  16. "type": "transparent"
  17. }
  18. }
  19. }
  20. }, {
  21. "path": "pages/public/login",
  22. "style": {
  23. "navigationBarTitleText": "登录",
  24. "app-plus": {
  25. "titleNView": {
  26. "type": "transparent"
  27. }
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/public/wxLogin",
  33. "style": {
  34. "navigationBarTitleText": "微信登录",
  35. "app-plus": {
  36. "titleNView": {
  37. "type": "transparent"
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/public/forget",
  44. "style": {
  45. "navigationBarTitleText": "忘记密码",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent"
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/product/reply",
  55. "style": {
  56. "navigationBarTitleText": "商品评价",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/product/product",
  66. "style": {
  67. "navigationBarTitleText": "详情展示",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/product/list",
  77. "style": {
  78. "enablePullDownRefresh": true,
  79. "navigationBarTitleText": "商品列表"
  80. }
  81. },
  82. {
  83. "path": "pages/product/search",
  84. "style": {
  85. "enablePullDownRefresh": true,
  86. // #ifdef APP-PLUS
  87. "navigationStyle": "custom",
  88. // #endif
  89. // #ifndef MP || APP-PLUS
  90. "app-plus": {
  91. "titleNView": {
  92. "searchInput": {
  93. "backgroundColor": "rgba(231, 231, 231,.7)",
  94. "borderRadius": "16px",
  95. "placeholder": "请输入关键字",
  96. "disabled": false,
  97. "placeholderColor": "#606266",
  98. "align": "left"
  99. },
  100. "buttons": [{
  101. "text": "搜索",
  102. "fontSize": "14",
  103. "color": "#303133",
  104. "background": "rgba(0,0,0,0)",
  105. "width": "40px"
  106. }]
  107. }
  108. },
  109. // #endif
  110. "navigationBarTitleText": "搜索"
  111. }
  112. },
  113. {
  114. "path": "pages/set/set",
  115. "style": {
  116. "navigationBarTitleText": "设置"
  117. }
  118. },
  119. {
  120. "path": "pages/set/address",
  121. "style": {
  122. "navigationBarTitleText": "收货地址"
  123. }
  124. },
  125. {
  126. "path": "pages/set/addressManage",
  127. "style": {
  128. "navigationBarTitleText": ""
  129. }
  130. },
  131. {
  132. "path": "pages/set/phone",
  133. "style": {
  134. "navigationBarTitleText": "实名认证"
  135. }
  136. },
  137. {
  138. "path": "pages/set/password",
  139. "style": {
  140. "navigationBarTitleText": "修改密码"
  141. }
  142. },
  143. {
  144. "path": "pages/set/userinfo",
  145. "style": {
  146. "navigationBarTitleText": "修改资料"
  147. }
  148. },
  149. {
  150. "path": "pages/cart/cart",
  151. "style": {
  152. "navigationBarTitleText": "购物车"
  153. }
  154. },
  155. {
  156. "path": "pages/user/user",
  157. "style": {
  158. // #ifndef MP-WEIXIN
  159. "navigationStyle": "custom",
  160. // #endif
  161. "navigationBarTitleText": "个人中心"
  162. }
  163. },
  164. {
  165. "path": "pages/user/award",
  166. "style": {
  167. "navigationBarTitleText": "奖励明细",
  168. "navigationBarBackgroundColor":"#D7EEB6",
  169. "navigationBarTextStyle":"black"
  170. }
  171. },
  172. {
  173. "path": "pages/user/withdrawal",
  174. "style": {
  175. "navigationBarTitleText": "奖励提现"
  176. }
  177. },
  178. // {
  179. // "path": "pages/user/notice",
  180. // "style": {
  181. // "navigationBarTitleText": "通知"
  182. // }
  183. // },
  184. // {
  185. // "path": "pages/user/scoreAccumulate",
  186. // "style": {
  187. // "navigationBarTitleText": "积分明细"
  188. // }
  189. // },
  190. {
  191. "path": "pages/user/extension",
  192. "style": {
  193. "navigationBarTextStyle": "black",
  194. "navigationBarBackgroundColor": "transparent",
  195. "app-plus": {
  196. "titleNView": {
  197. "type": "float",
  198. "titleText": "我的推广"
  199. }
  200. }
  201. }
  202. },
  203. // {
  204. // "path": "pages/user/applyMember",
  205. // "style": {
  206. // "navigationStyle": "custom",
  207. // "navigationBarTitleText": "申请会员"
  208. // }
  209. // },
  210. // {
  211. // "path": "pages/user/minMember",
  212. // "style": {
  213. // "navigationStyle": "custom",
  214. // "navigationBarTitleText": "我的会员"
  215. // }
  216. // },
  217. {
  218. "path": "pages/order/order",
  219. "style": {
  220. "navigationBarTitleText": "我的订单",
  221. "app-plus": {
  222. "bounce": "none"
  223. }
  224. }
  225. },
  226. {
  227. "path": "pages/order/expressInfo",
  228. "style": {
  229. "navigationBarTitleText": "快递详情"
  230. }
  231. },
  232. {
  233. "path": "pages/order/orderDetail",
  234. "style": {
  235. "navigationBarTitleText": "订单详情",
  236. "app-plus": {
  237. "bounce": "none"
  238. }
  239. }
  240. },
  241. {
  242. "path": "pages/order/evaluate",
  243. "style": {
  244. "navigationBarTitleText": "评论"
  245. }
  246. },
  247. {
  248. "path": "pages/order/orderRefund",
  249. "style": {
  250. "navigationBarTitleText": "申请退款"
  251. }
  252. },
  253. {
  254. "path": "pages/order/createOrder",
  255. "style": {
  256. "navigationBarTitleText": "创建订单"
  257. }
  258. }, {
  259. "path": "pages/money/pay",
  260. "style": {
  261. "navigationBarTitleText": "支付"
  262. }
  263. },
  264. {
  265. "path": "pages/money/paySuccess",
  266. "style": {
  267. "navigationBarTitleText": "支付成功"
  268. }
  269. },
  270. {
  271. "path": "pages/money/wallet",
  272. "style": {
  273. "navigationBarTitleText": "我的钱包",
  274. "navigationBarBackgroundColor":"#D7EEB6",
  275. "navigationBarTextStyle":"black"
  276. }
  277. },
  278. {
  279. "path": "pages/money/account",
  280. "style": {
  281. "navigationBarTitleText": "提现账号"
  282. }
  283. },
  284. {
  285. "path": "pages/money/withdrawal",
  286. "style": {
  287. "navigationBarTitleText": "提现"
  288. }
  289. },
  290. {
  291. "path": "pages/money/recharge",
  292. "style": {
  293. "navigationBarTitleText": "充值"
  294. }
  295. },
  296. {
  297. "path": "pages/category/category",
  298. "style": {
  299. // #ifdef APP-PLUS
  300. "navigationStyle": "custom",
  301. // #endif
  302. // #ifndef MP
  303. "app-plus": {
  304. "bounce": "none",
  305. "titleNView": {
  306. "searchInput": {
  307. "backgroundColor": "rgba(231, 231, 231,.7)",
  308. "borderRadius": "16px",
  309. "placeholder": "输入关键词搜索",
  310. "disabled": true,
  311. "placeholderColor": "#606266",
  312. "align": "left"
  313. }
  314. }
  315. },
  316. // #endif
  317. "navigationBarTitleText": "分类"
  318. }
  319. },
  320. {
  321. "path": "pages/redirect/redirect",
  322. "style": {
  323. "navigationBarTitleText": "微信登录跳转页面",
  324. "app-plus": {
  325. "titleNView": false
  326. }
  327. }
  328. },
  329. {
  330. "path": "pages/user/shareQrCode",
  331. "style": {
  332. "navigationBarTitleText": "邀请好友"
  333. }
  334. },
  335. {
  336. "path": "pages/story/story",
  337. "style": {
  338. "navigationBarTitleText": "品牌故事"
  339. }
  340. },
  341. {
  342. "path": "pages/story/storyDetail",
  343. "style": {
  344. "navigationStyle": "custom"
  345. }
  346. },
  347. {
  348. "path": "pages/user/jiedian",
  349. "style": {
  350. "navigationBarBackgroundColor": "transparent",
  351. "app-plus": {
  352. "titleNView": {
  353. "type": "float",
  354. "titleText": "我的接点"
  355. }
  356. }
  357. }
  358. },
  359. {
  360. "path": "pages/user/integral",
  361. "style": {
  362. "navigationBarTextStyle": "black",
  363. "navigationBarBackgroundColor": "transparent",
  364. "app-plus": {
  365. "titleNView": {
  366. "type": "float",
  367. "titleText": "我的积分"
  368. }
  369. }
  370. }
  371. }
  372. ],
  373. "globalStyle": {
  374. "navigationBarTextStyle": "black",
  375. "navigationBarTitleText": "uni-app",
  376. "navigationBarBackgroundColor": "#FFFFFF",
  377. "backgroundColor": "#f8f8f8"
  378. },
  379. "tabBar": {
  380. "color": "#C0C4CC",
  381. "selectedColor": "#3F7C1F",
  382. "borderStyle": "black",
  383. "backgroundColor": "#ffffff",
  384. "list": [{
  385. "pagePath": "pages/index/index",
  386. "iconPath": "static/tabBar/tab-home.png",
  387. "selectedIconPath": "static/tabBar/tab-home-current.png",
  388. "text": "首页"
  389. },
  390. {
  391. "pagePath": "pages/category/category",
  392. "iconPath": "static/tabBar/tab-cate.png",
  393. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  394. "text": "分类"
  395. },
  396. {
  397. "pagePath": "pages/story/story",
  398. "iconPath": "static/tabBar/tab-store.png",
  399. "selectedIconPath": "static/tabBar/tab-store-current.png",
  400. "text": "品牌故事"
  401. },
  402. {
  403. "pagePath": "pages/cart/cart",
  404. "iconPath": "static/tabBar/tab-cart.png",
  405. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  406. "text": "购物车"
  407. },
  408. {
  409. "pagePath": "pages/user/user",
  410. "iconPath": "static/tabBar/tab-my.png",
  411. "selectedIconPath": "static/tabBar/tab-my-current.png",
  412. "text": "我的"
  413. }
  414. ]
  415. }
  416. }