pages.json 8.6 KB

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