pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  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. "path": "pages/cart/cart",
  150. "style": {
  151. "navigationBarTitleText": "购物车"
  152. }
  153. },
  154. {
  155. "path": "pages/user/user",
  156. "style": {
  157. // #ifndef MP-WEIXIN
  158. "navigationStyle": "custom",
  159. // #endif
  160. "navigationBarTitleText": "个人中心"
  161. }
  162. },
  163. {
  164. "path": "pages/user/award",
  165. "style": {
  166. "navigationBarTitleText": "奖励明细",
  167. "app-plus": {
  168. "titleNView": {
  169. "type": "transparent"
  170. }
  171. }
  172. }
  173. },
  174. {
  175. "path": "pages/user/withdrawal",
  176. "style": {
  177. "navigationBarTitleText": "奖励提现"
  178. }
  179. },
  180. // {
  181. // "path": "pages/user/notice",
  182. // "style": {
  183. // "navigationBarTitleText": "通知"
  184. // }
  185. // },
  186. // {
  187. // "path": "pages/user/scoreAccumulate",
  188. // "style": {
  189. // "navigationBarTitleText": "积分明细"
  190. // }
  191. // },
  192. {
  193. "path": "pages/user/extension",
  194. "style": {
  195. "navigationStyle": "custom",
  196. "navigationBarTitleText": "我的推广"
  197. }
  198. },
  199. // {
  200. // "path": "pages/user/applyMember",
  201. // "style": {
  202. // "navigationStyle": "custom",
  203. // "navigationBarTitleText": "申请会员"
  204. // }
  205. // },
  206. // {
  207. // "path": "pages/user/minMember",
  208. // "style": {
  209. // "navigationStyle": "custom",
  210. // "navigationBarTitleText": "我的会员"
  211. // }
  212. // },
  213. {
  214. "path": "pages/order/order",
  215. "style": {
  216. "navigationBarTitleText": "我的订单",
  217. "app-plus": {
  218. "bounce": "none"
  219. }
  220. }
  221. },
  222. {
  223. "path": "pages/order/expressInfo",
  224. "style": {
  225. "navigationBarTitleText": "快递详情"
  226. }
  227. },
  228. {
  229. "path": "pages/order/orderDetail",
  230. "style": {
  231. "navigationBarTitleText": "订单详情",
  232. "app-plus": {
  233. "bounce": "none"
  234. }
  235. }
  236. },
  237. {
  238. "path": "pages/order/evaluate",
  239. "style": {
  240. "navigationBarTitleText": "评论"
  241. }
  242. },
  243. {
  244. "path": "pages/order/orderRefund",
  245. "style": {
  246. "navigationBarTitleText": "申请退款"
  247. }
  248. },
  249. {
  250. "path": "pages/order/createOrder",
  251. "style": {
  252. "navigationBarTitleText": "创建订单"
  253. }
  254. }, {
  255. "path": "pages/money/pay",
  256. "style": {
  257. "navigationBarTitleText": "支付"
  258. }
  259. },
  260. {
  261. "path": "pages/money/paySuccess",
  262. "style": {
  263. "navigationBarTitleText": "支付成功"
  264. }
  265. },
  266. {
  267. "path": "pages/money/wallet",
  268. "style": {
  269. "navigationBarTitleText": "我的钱包",
  270. "app-plus": {
  271. "titleNView": {
  272. "type": "transparent"
  273. }
  274. }
  275. }
  276. },
  277. {
  278. "path": "pages/money/account",
  279. "style": {
  280. "navigationBarTitleText": "提现账号"
  281. }
  282. },
  283. {
  284. "path": "pages/money/withdrawal",
  285. "style": {
  286. "navigationBarTitleText": "提现"
  287. }
  288. },
  289. {
  290. "path": "pages/money/recharge",
  291. "style": {
  292. "navigationBarTitleText": "充值"
  293. }
  294. },
  295. {
  296. "path": "pages/category/category",
  297. "style": {
  298. // #ifdef APP-PLUS
  299. "navigationStyle": "custom",
  300. // #endif
  301. // #ifndef MP
  302. "app-plus": {
  303. "bounce": "none",
  304. "titleNView": {
  305. "searchInput": {
  306. "backgroundColor": "rgba(231, 231, 231,.7)",
  307. "borderRadius": "16px",
  308. "placeholder": "输入关键词搜索",
  309. "disabled": true,
  310. "placeholderColor": "#606266",
  311. "align": "left"
  312. }
  313. }
  314. },
  315. // #endif
  316. "navigationBarTitleText": "分类"
  317. }
  318. },
  319. {
  320. "path": "pages/redirect/redirect",
  321. "style": {
  322. "navigationBarTitleText": "微信登录跳转页面",
  323. "app-plus": {
  324. "titleNView": false
  325. }
  326. }
  327. },
  328. {
  329. "path": "pages/user/shareQrCode",
  330. "style": {
  331. "navigationBarTitleText": "邀请好友"
  332. }
  333. },
  334. {
  335. "path": "pages/story/story",
  336. "style": {
  337. "navigationBarTitleText": "品牌故事"
  338. }
  339. },
  340. {
  341. "path": "pages/story/storyDetail",
  342. "style": {
  343. "navigationStyle": "custom"
  344. }
  345. },
  346. {
  347. "path": "pages/user/jiedian",
  348. "style": {
  349. "navigationBarBackgroundColor": "transparent",
  350. "app-plus": {
  351. "titleNView": {
  352. "type": "float",
  353. "titleText": "我的接点"
  354. }
  355. }
  356. }
  357. }
  358. ],
  359. "globalStyle": {
  360. "navigationBarTextStyle": "black",
  361. "navigationBarTitleText": "uni-app",
  362. "navigationBarBackgroundColor": "#FFFFFF",
  363. "backgroundColor": "#f8f8f8"
  364. },
  365. "tabBar": {
  366. "color": "#C0C4CC",
  367. "selectedColor": "#3F7C1F",
  368. "borderStyle": "black",
  369. "backgroundColor": "#ffffff",
  370. "list": [{
  371. "pagePath": "pages/index/index",
  372. "iconPath": "static/tabBar/tab-home.png",
  373. "selectedIconPath": "static/tabBar/tab-home-current.png",
  374. "text": "首页"
  375. },
  376. {
  377. "pagePath": "pages/category/category",
  378. "iconPath": "static/tabBar/tab-cate.png",
  379. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  380. "text": "分类"
  381. },
  382. {
  383. "pagePath": "pages/story/story",
  384. "iconPath": "static/tabBar/tab-cart.png",
  385. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  386. "text": "品牌故事"
  387. },
  388. {
  389. "pagePath": "pages/cart/cart",
  390. "iconPath": "static/tabBar/tab-cart.png",
  391. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  392. "text": "购物车"
  393. },
  394. {
  395. "pagePath": "pages/user/user",
  396. "iconPath": "static/tabBar/tab-my.png",
  397. "selectedIconPath": "static/tabBar/tab-my-current.png",
  398. "text": "我的"
  399. }
  400. ]
  401. }
  402. }