Files
gym-manage/gym-manage-uniapp/pages.json
T

92 lines
2.0 KiB
JSON

{
"pages": [
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "团课搜索",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/course-detail/course-detail",
"style": {
"navigationBarTitleText": "课程详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/my-courses/my-courses",
"style": {
"navigationBarTitleText": "我的课程",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "Novalon健身房",
"navigationBarBackgroundColor": "#1A1A1A",
"backgroundColor": "#F5F7FA"
},
"tabBar": {
"color": "#7A7E84",
"selectedColor": "#00E676",
"backgroundColor": "#1A1A1A",
"borderStyle": "black",
"iconWidth": "24px",
"iconHeight": "24px",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon/shouye.png",
"selectedIconPath": "static/icon/shouye.png"
},
{
"pagePath": "pages/search/search",
"text": "课程",
"iconPath": "static/icon/jianshen.png",
"selectedIconPath": "static/icon/jianshen.png"
},
{
"pagePath": "pages/my-courses/my-courses",
"text": "我的课程",
"iconPath": "static/icon/jianshen2.png",
"selectedIconPath": "static/icon/jianshen2.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "static/icon/wode.png",
"selectedIconPath": "static/icon/wode.png"
}
]
},
"uniIdRouter": {}
}