pages.json 6.8 KB

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