123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "pages": [
- "pages/index/index",
- "pages/wx_authority/wx_authority",
- "pages/question/question",
- "pages/webview/webview",
- "pages/borrow_car/borrow_car",
- "pages/about_aijia/about_aijia",
- "pages/apply_bookLists/apply_bookLists"
- ],
- "subPackages": [
- {
- "root": "parents/",
- "name": "parents",
- "pages": [
- "pages/main/main",
- "pages/borrow_car/borrow_car",
- "pages/borrow_record/borrow_record",
- "pages/book_classification/book_classification",
- "pages/apply_book/apply_book",
- "pages/apply_bookform/apply_bookform",
- "pages/growth_track/growth_track",
- "pages/all_books/all_books",
- "pages/ranking/ranking",
- "pages/borrow/borrow",
- "pages/growth/growth",
- "pages/me/me",
- "pages/good_books/good_books",
- "pages/book_detail/book_detail",
- "pages/wish/wish",
- "pages/wish_detail/wish_detail",
- "pages/borrow_success/borrow_success",
- "pages/search/search",
- "pages/information/information",
- "pages/library/library",
- "pages/reservations/reservations"
- ]
- },
- {
- "root": "president/",
- "name": "president",
- "pages": [
- "pages/home/home",
- "pages/book_inventory/book_inventory",
- "pages/good_books/good_books",
- "pages/good_books_new/good_books_new",
- "pages/random_books/random_books",
- "pages/part_call_in/part_call_in",
- "pages/borrow_record/borrow_record",
- "pages/search_books_new/search_books_new",
- "pages/book_Imformation/book_Imformation",
- "pages/search_books/search_books",
- "pages/search_headquarters_books/search_headquarters_books",
- "pages/book_delete_list/book_delete_list",
- "pages/apply_bookLists/apply_booklists",
- "pages/apply_bookform/apply_bookform",
- "pages/library_books/library_books",
- "pages/sign_leave_in/sign_leave_in",
- "pages/data_statistics/data_statistics"
- ]
- },
- {
- "root": "dispatcher/",
- "name": "dispatcher",
- "pages": [
- "pages/home/home",
- "pages/sweeped_books/sweeped_books",
- "pages/dispatch_go/dispatch_go",
- "pages/dispatch_leave/dispatch_leave",
- "pages/information/information",
- "pages/me/me",
- "pages/withdraw_library/withdraw_library",
- "pages/withdraw_detail/withdraw_detail",
- "pages/withdraw/withdraw",
- "pages/book_entry/book_entry"
- ]
- }
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "私塾家图书馆",
- "navigationBarTextStyle": "black"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "networkTimeout": {
- "request": 20000,
- "downloadFile": 60000
- },
- "debug": false,
- "sitemapLocation": "sitemap.json"
- }
|