pages.json 8.0 KB

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