41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/appointment/appointment-page",
|
|
"pages/me/me-page",
|
|
"pages/me/appointment-record-page",
|
|
"pages/me/edit-info"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#cdcdcd",
|
|
"selectedColor": "#1296db",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/tabbar/home.png",
|
|
"selectedIconPath": "/static/tabbar/home_s.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/appointment/appointment-page",
|
|
"iconPath": "/static/tabbar/appointment.png",
|
|
"selectedIconPath": "/static/tabbar/appointment_s.png",
|
|
"text": "预约"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me-page",
|
|
"iconPath": "/static/tabbar/me.png",
|
|
"selectedIconPath": "/static/tabbar/me_s.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |