图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
4.2 KiB

1 month ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationBarTitleText": "葛店经济技术开发区图书馆"
  7. }
  8. },
  9. {
  10. "path": "pages/search/search",
  11. "style": {
  12. "navigationBarTitleText": "图书检索"
  13. }
  14. },
  15. {
  16. "path": "pages/user/user",
  17. "style": {
  18. "navigationBarTitleText": "我的"
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationBarTitleText": "绑定读者证"
  25. }
  26. },
  27. {
  28. "path": "pages/lendCar/lendCar",
  29. "style": {
  30. "navigationBarTitleText": "借阅清单"
  31. }
  32. },
  33. {
  34. "path": "pages/register/register",
  35. "style": {
  36. "navigationBarTitleText": "在线办证"
  37. }
  38. }
  39. ],
  40. "globalStyle": {
  41. "navigationBarTextStyle": "black",
  42. "navigationBarTitleText": "uni-app",
  43. "navigationBarBackgroundColor": "#F8F8F8",
  44. "backgroundColor": "#F8F8F8",
  45. "app-plus": {
  46. "background": "#efeff4"
  47. }
  48. },
  49. "tabBar":{
  50. "selectedColor": "#409EFF",
  51. "list": [{
  52. "pagePath": "pages/home/home",
  53. "text": "首页",
  54. "iconPath": "static/tab/shouye.png",
  55. "selectedIconPath": "static/tab/shouyeActive.png"
  56. },{
  57. "pagePath": "pages/search/search",
  58. "text": "搜索",
  59. "iconPath": "static/tab/search.png",
  60. "selectedIconPath": "static/tab/searchActive.png"
  61. },{
  62. "pagePath": "pages/lendCar/lendCar",
  63. "text": "借阅",
  64. "iconPath": "static/tab/order.png",
  65. "selectedIconPath": "static/tab/orderActive.png"
  66. },{
  67. "pagePath": "pages/user/user",
  68. "text": "我的",
  69. "iconPath": "static/tab/my.png",
  70. "selectedIconPath": "static/tab/myActive.png"
  71. }]
  72. },
  73. "subPackages": [
  74. {
  75. "root": "subpkg",
  76. "pages": [
  77. {
  78. "path": "pages/book-detail/book-detail",
  79. "style": {
  80. "navigationBarTitleText": "图书详情",
  81. "enablePullDownRefresh": false
  82. }
  83. },
  84. {
  85. "path": "pages/book-list/book-list",
  86. "style": {
  87. "navigationBarTitleText": "图书列表"
  88. }
  89. },
  90. {
  91. "path": "pages/ranking/ranking",
  92. "style": {
  93. "navigationBarTitleText": "借阅排行榜"
  94. }
  95. },
  96. {
  97. "path": "pages/activity-list/activity-list",
  98. "style": {
  99. "navigationBarTitleText": "活动列表"
  100. }
  101. },
  102. {
  103. "path": "pages/activity-detail/activity-detail",
  104. "style": {
  105. "navigationBarTitleText": "活动详情"
  106. }
  107. },
  108. {
  109. "path": "pages/myLending/myLending",
  110. "style": {
  111. "navigationBarTitleText": "我的借阅",
  112. "enablePullDownRefresh": true,
  113. "onReachBottomDistance": 100
  114. }
  115. },
  116. {
  117. "path": "pages/feedback/feedback",
  118. "style": {
  119. "navigationBarTitleText": "读者留言"
  120. }
  121. },
  122. {
  123. "path": "pages/reader-card/reader-card",
  124. "style": {
  125. "navigationBarTitleText": "读者证"
  126. }
  127. },
  128. {
  129. "path": "pages/feedback-list/feedback-list",
  130. "style": {
  131. "navigationBarTitleText": "读者留言"
  132. }
  133. },
  134. {
  135. "path": "pages/feedback-detail/feedback-detail",
  136. "style": {
  137. "navigationBarTitleText": "留言详情"
  138. }
  139. },
  140. {
  141. "path": "pages/collect-list/collect-list",
  142. "style": {
  143. "navigationBarTitleText": "我的收藏",
  144. "enablePullDownRefresh": true,
  145. "onReachBottomDistance": 100
  146. }
  147. },
  148. {
  149. "path": "pages/user-info/user-info",
  150. "style": {
  151. "navigationBarTitleText": "个人资料"
  152. }
  153. },
  154. {
  155. "path": "pages/seat-booking/seat-booking",
  156. "style": {
  157. "navigationBarTitleText": "座位预约"
  158. }
  159. },
  160. {
  161. "path": "pages/booking-detail/booking-detail",
  162. "style": {
  163. "navigationBarTitleText": "预约登记"
  164. }
  165. },
  166. {
  167. "path": "pages/booking-record/booking-record",
  168. "style": {
  169. "navigationBarTitleText": "预约座位记录"
  170. }
  171. }
  172. ]
  173. }
  174. ]
  175. }