app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/wx_authority/wx_authority",
  5. "pages/question/question",
  6. "pages/webview/webview",
  7. "pages/borrow_car/borrow_car",
  8. "pages/about_aijia/about_aijia",
  9. "pages/apply_bookLists/apply_bookLists"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "parents/",
  14. "name": "parents",
  15. "pages": [
  16. "pages/main/main",
  17. "pages/borrow_car/borrow_car",
  18. "pages/borrow_record/borrow_record",
  19. "pages/book_classification/book_classification",
  20. "pages/apply_book/apply_book",
  21. "pages/apply_bookform/apply_bookform",
  22. "pages/growth_track/growth_track",
  23. "pages/all_books/all_books",
  24. "pages/ranking/ranking",
  25. "pages/borrow/borrow",
  26. "pages/growth/growth",
  27. "pages/me/me",
  28. "pages/good_books/good_books",
  29. "pages/book_detail/book_detail",
  30. "pages/wish/wish",
  31. "pages/wish_detail/wish_detail",
  32. "pages/borrow_success/borrow_success",
  33. "pages/search/search",
  34. "pages/information/information",
  35. "pages/library/library",
  36. "pages/reservations/reservations"
  37. ]
  38. },
  39. {
  40. "root": "president/",
  41. "name": "president",
  42. "pages": [
  43. "pages/home/home",
  44. "pages/book_inventory/book_inventory",
  45. "pages/good_books/good_books",
  46. "pages/good_books_new/good_books_new",
  47. "pages/random_books/random_books",
  48. "pages/part_call_in/part_call_in",
  49. "pages/borrow_record/borrow_record",
  50. "pages/search_books_new/search_books_new",
  51. "pages/book_Imformation/book_Imformation",
  52. "pages/search_books/search_books",
  53. "pages/search_headquarters_books/search_headquarters_books",
  54. "pages/book_delete_list/book_delete_list",
  55. "pages/apply_bookLists/apply_booklists",
  56. "pages/apply_bookform/apply_bookform",
  57. "pages/library_books/library_books",
  58. "pages/sign_leave_in/sign_leave_in",
  59. "pages/data_statistics/data_statistics"
  60. ]
  61. },
  62. {
  63. "root": "dispatcher/",
  64. "name": "dispatcher",
  65. "pages": [
  66. "pages/home/home",
  67. "pages/sweeped_books/sweeped_books",
  68. "pages/dispatch_go/dispatch_go",
  69. "pages/dispatch_leave/dispatch_leave",
  70. "pages/information/information",
  71. "pages/me/me",
  72. "pages/withdraw_library/withdraw_library",
  73. "pages/withdraw_detail/withdraw_detail",
  74. "pages/withdraw/withdraw",
  75. "pages/book_entry/book_entry"
  76. ]
  77. }
  78. ],
  79. "window": {
  80. "backgroundTextStyle": "light",
  81. "navigationBarBackgroundColor": "#fff",
  82. "navigationBarTitleText": "私塾家图书馆",
  83. "navigationBarTextStyle": "black"
  84. },
  85. "permission": {
  86. "scope.userLocation": {
  87. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  88. }
  89. },
  90. "networkTimeout": {
  91. "request": 20000,
  92. "downloadFile": 60000
  93. },
  94. "debug": false,
  95. "sitemapLocation": "sitemap.json"
  96. }