app.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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/search_books_new/search_books_new",
  50. "pages/book_Imformation/book_Imformation",
  51. "pages/search_books/search_books",
  52. "pages/search_headquarters_books/search_headquarters_books",
  53. "pages/book_delete_list/book_delete_list",
  54. "pages/apply_bookLists/apply_booklists",
  55. "pages/apply_bookform/apply_bookform",
  56. "pages/library_books/library_books",
  57. "pages/sign_leave_in/sign_leave_in",
  58. "pages/data_statistics/data_statistics"
  59. ]
  60. },
  61. {
  62. "root": "dispatcher/",
  63. "name": "dispatcher",
  64. "pages": [
  65. "pages/home/home",
  66. "pages/sweeped_books/sweeped_books",
  67. "pages/dispatch_go/dispatch_go",
  68. "pages/dispatch_leave/dispatch_leave",
  69. "pages/information/information",
  70. "pages/me/me",
  71. "pages/withdraw_library/withdraw_library",
  72. "pages/withdraw_detail/withdraw_detail",
  73. "pages/withdraw/withdraw"
  74. ]
  75. }
  76. ],
  77. "window": {
  78. "backgroundTextStyle": "light",
  79. "navigationBarBackgroundColor": "#fff",
  80. "navigationBarTitleText": "私塾家图书馆",
  81. "navigationBarTextStyle": "black"
  82. },
  83. "permission": {
  84. "scope.userLocation": {
  85. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  86. }
  87. },
  88. "networkTimeout": {
  89. "request": 20000,
  90. "downloadFile": 60000
  91. },
  92. "debug": false,
  93. "sitemapLocation": "sitemap.json"
  94. }