pages.json 7.2 KB

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