pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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/wlDetail",
  196. "style": {
  197. "navigationBarTitleText": "物流详情",
  198. "app-plus": {
  199. "bounce": "none"
  200. }
  201. }
  202. },
  203. {
  204. "path": "pages/order/expressInfo",
  205. "style": {
  206. "navigationBarTitleText": "快递详情"
  207. }
  208. },
  209. {
  210. "path": "pages/order/orderDetail",
  211. "style": {
  212. "navigationBarTitleText": "订单详情",
  213. "app-plus": {
  214. "bounce": "none"
  215. }
  216. }
  217. },
  218. {
  219. "path": "pages/order/evaluate",
  220. "style": {
  221. "navigationBarTitleText": "评论"
  222. }
  223. },
  224. {
  225. "path": "pages/order/orderRefund",
  226. "style": {
  227. "navigationBarTitleText": "申请退款"
  228. }
  229. },
  230. {
  231. "path": "pages/order/createOrder",
  232. "style": {
  233. "navigationBarTitleText": "创建订单"
  234. }
  235. }, {
  236. "path": "pages/money/pay",
  237. "style": {
  238. "navigationBarTitleText": "支付"
  239. }
  240. },
  241. {
  242. "path": "pages/money/paySuccess",
  243. "style": {
  244. "navigationBarTitleText": "支付成功"
  245. }
  246. },
  247. {
  248. "path": "pages/money/wallet",
  249. "style": {
  250. "navigationBarTitleText": "我的钱包",
  251. "app-plus": {
  252. "titleNView": {
  253. "type": "transparent"
  254. }
  255. }
  256. }
  257. },
  258. // {
  259. // "path": "pages/money/account",
  260. // "style": {
  261. // "navigationBarTitleText": "提现账号"
  262. // }
  263. // },
  264. {
  265. "path": "pages/money/withdrawal",
  266. "style": {
  267. "navigationBarTitleText": "提现"
  268. }
  269. },
  270. {
  271. "path": "pages/money/recharge",
  272. "style": {
  273. "navigationBarTitleText": "充值"
  274. }
  275. },
  276. {
  277. "path": "pages/category/category",
  278. "style": {
  279. // #ifdef APP-PLUS
  280. "navigationStyle": "custom",
  281. // #endif
  282. // #ifndef MP
  283. "app-plus": {
  284. "bounce": "none",
  285. "titleNView": {
  286. "searchInput": {
  287. "backgroundColor": "rgba(231, 231, 231,.7)",
  288. "borderRadius": "16px",
  289. "placeholder": "商品搜索",
  290. "disabled": true,
  291. "placeholderColor": "#606266",
  292. "align": "left"
  293. }
  294. }
  295. },
  296. // #endif
  297. "navigationBarTitleText": "分类"
  298. }
  299. },
  300. {
  301. "path": "pages/redirect/redirect",
  302. "style": {
  303. "navigationBarTitleText": "微信登录跳转页面",
  304. "app-plus": {
  305. "titleNView": false
  306. }
  307. }
  308. },
  309. {
  310. "path": "pages/user/shareQrCode",
  311. "style": {
  312. "navigationBarTitleText": "邀请好友"
  313. }
  314. },
  315. {
  316. "path": "pages/user/team",
  317. "style": {
  318. "navigationBarTitleText": "我的推广",
  319. "navigationStyle": "custom"
  320. }
  321. },
  322. {
  323. "path": "pages/user/xzdl",
  324. "style": {
  325. "navigationBarTitleText": "选择代理"
  326. }
  327. }
  328. ],
  329. "globalStyle": {
  330. "navigationBarTextStyle": "black",
  331. "navigationBarTitleText": "uni-app",
  332. "navigationBarBackgroundColor": "#FFFFFF",
  333. "backgroundColor": "#f8f8f8"
  334. },
  335. "tabBar": {
  336. "color": "#C0C4CC",
  337. "selectedColor": "#ff4e4a",
  338. "borderStyle": "black",
  339. "backgroundColor": "#ffffff",
  340. "list": [{
  341. "pagePath": "pages/index/index",
  342. "iconPath": "static/tabBar/home.png",
  343. "selectedIconPath": "static/tabBar/home-action.png",
  344. "text": "首页"
  345. },
  346. // {
  347. // "pagePath": "pages/category/category",
  348. // "iconPath": "static/tabBar/tab-cate.png",
  349. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  350. // "text": "分类"
  351. // },
  352. // {
  353. // "pagePath": "pages/cart/cart",
  354. // "iconPath": "static/tabBar/tab-cart.png",
  355. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  356. // "text": "购物车"
  357. // },
  358. {
  359. "pagePath": "pages/user/user",
  360. "iconPath": "static/tabBar/user.png",
  361. "selectedIconPath": "static/tabBar/user-action.png",
  362. "text": "我的"
  363. }
  364. ]
  365. }
  366. }