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

157 lines
3.5 KiB

{
"pages": [
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "图书馆"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "图书检索"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/lendCar/lendCar",
"style": {
"navigationBarTitleText": "借阅清单"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar":{
"selectedColor": "#409EFF",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/tab/shouye.png",
"selectedIconPath": "static/tab/shouyeActive.png"
},{
"pagePath": "pages/search/search",
"text": "搜索",
"iconPath": "static/tab/search.png",
"selectedIconPath": "static/tab/searchActive.png"
},{
"pagePath": "pages/lendCar/lendCar",
"text": "借阅",
"iconPath": "static/tab/order.png",
"selectedIconPath": "static/tab/orderActive.png"
},{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/tab/my.png",
"selectedIconPath": "static/tab/myActive.png"
}]
},
"subPackages": [
{
"root": "subpkg",
"pages": [
{
"path": "pages/book-detail/book-detail",
"style": {
"navigationBarTitleText": "图书详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/book-list/book-list",
"style": {
"navigationBarTitleText": "图书列表"
}
},
{
"path": "pages/ranking/ranking",
"style": {
"navigationBarTitleText": "借阅排行榜"
}
},
{
"path": "pages/activity-list/activity-list",
"style": {
"navigationBarTitleText": "活动列表"
}
},
{
"path": "pages/activity-detail/activity-detail",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "pages/myLending/myLending",
"style": {
"navigationBarTitleText": "我的借阅",
"enablePullDownRefresh": true, // -
"onReachBottomDistance": 100
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "读者留言"
}
},
{
"path": "pages/reader-card/reader-card",
"style": {
"navigationBarTitleText": "读者证"
}
},
{
"path": "pages/feedback-list/feedback-list",
"style": {
"navigationBarTitleText": "读者留言"
}
},
{
"path": "pages/change-password/change-password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/collect-list/collect-list",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true, // -
"onReachBottomDistance": 100
}
},
{
"path": "pages/user-info/user-info",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/scan-book/scan-book",
"style": {
"navigationBarTitleText": ""
}
}
]
}
]
}