{ "pages": [ { "path": "pages/mall/nfc/librarian/index", "style": { "navigationBarTitleText": "图书管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/book-management", "style": { "navigationBarTitleText": "图书管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/borrowing-service", "style": { "navigationBarTitleText": "借还服务", "backgroundColor": "#ffffff" } }, { "path": "pages/mall/nfc/librarian/reader-management", "style": { "navigationBarTitleText": "读者管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/overdue-management", "style": { "navigationBarTitleText": "逾期管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/inventory-check", "style": { "navigationBarTitleText": "盘点管理", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/statistics", "style": { "navigationBarTitleText": "统计报表", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/book-search", "style": { "navigationBarTitleText": "图书检索", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/reading-promotion", "style": { "navigationBarTitleText": "阅读推广", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/equipment-status", "style": { "navigationBarTitleText": "设备状态", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/reservation-management", "style": { "navigationBarTitleText": "预约管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/librarian/settings", "style": { "navigationBarTitleText": "系统设置", "backgroundColor": "#f8f9fa" } } ], "subPackages": [ { "root": "pages/mall/nfc/librarian", "pages": [ { "path": "book-detail", "style": { "navigationBarTitleText": "图书详情" } }, { "path": "reader-detail", "style": { "navigationBarTitleText": "读者详情" } }, { "path": "borrowing-detail", "style": { "navigationBarTitleText": "借阅详情" } }, { "path": "book-add", "style": { "navigationBarTitleText": "新增图书" } }, { "path": "batch-operations", "style": { "navigationBarTitleText": "批量操作" } } ] } ], "tabBar": { "color": "#999999", "selectedColor": "#20c997", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/mall/nfc/librarian/index", "text": "首页", "iconPath": "static/icons/library-home.png", "selectedIconPath": "static/icons/library-home-active.png" }, { "pagePath": "pages/mall/nfc/librarian/borrowing-service", "text": "借还", "iconPath": "static/icons/borrow.png", "selectedIconPath": "static/icons/borrow-active.png" }, { "pagePath": "pages/mall/nfc/librarian/book-management", "text": "图书", "iconPath": "static/icons/books.png", "selectedIconPath": "static/icons/books-active.png" }, { "pagePath": "pages/mall/nfc/librarian/statistics", "text": "统计", "iconPath": "static/icons/chart.png", "selectedIconPath": "static/icons/chart-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "图书管理", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f9fa" } }