图书馆小程序
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.

189 lines
4.6 KiB

4 months ago
1 month ago
1 month ago
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. "enablePullDownRefresh": true
  101. }
  102. },
  103. {
  104. "path": "pages/activity-detail/activity-detail",
  105. "style": {
  106. "navigationBarTitleText": "活动详情"
  107. }
  108. },
  109. {
  110. "path": "pages/myLending/myLending",
  111. "style": {
  112. "navigationBarTitleText": "我的借阅",
  113. "enablePullDownRefresh": true,
  114. "onReachBottomDistance": 100
  115. }
  116. },
  117. {
  118. "path": "pages/feedback/feedback",
  119. "style": {
  120. "navigationBarTitleText": "读者留言"
  121. }
  122. },
  123. {
  124. "path": "pages/reader-card/reader-card",
  125. "style": {
  126. "navigationBarTitleText": "读者证"
  127. }
  128. },
  129. {
  130. "path": "pages/feedback-list/feedback-list",
  131. "style": {
  132. "navigationBarTitleText": "读者留言"
  133. }
  134. },
  135. {
  136. "path": "pages/feedback-detail/feedback-detail",
  137. "style": {
  138. "navigationBarTitleText": "留言详情"
  139. }
  140. },
  141. {
  142. "path": "pages/collect-list/collect-list",
  143. "style": {
  144. "navigationBarTitleText": "我的收藏",
  145. "enablePullDownRefresh": true,
  146. "onReachBottomDistance": 100
  147. }
  148. },
  149. {
  150. "path": "pages/user-info/user-info",
  151. "style": {
  152. "navigationBarTitleText": "个人资料"
  153. }
  154. },
  155. {
  156. "path": "pages/seat-booking/seat-booking",
  157. "style": {
  158. "navigationBarTitleText": "预约登记"
  159. }
  160. },
  161. {
  162. "path": "pages/booking-detail/booking-detail",
  163. "style": {
  164. "navigationBarTitleText": "预约登记"
  165. }
  166. },
  167. {
  168. "path": "pages/booking-record/booking-record",
  169. "style": {
  170. "navigationBarTitleText": "预约入馆记录"
  171. }
  172. },
  173. {
  174. "path": "pages/activity-record/activity-record",
  175. "style": {
  176. "navigationBarTitleText": "活动预约记录",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "pages/agreement/agreement",
  182. "style": {
  183. "navigationBarTitleText": "平台协议"
  184. }
  185. }
  186. ]
  187. }
  188. ]
  189. }