spa/frontend/user-miniprogram/pages.json

79 lines
1.6 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/services/services",
"style": {
"navigationBarTitleText": "服务列表"
}
},
{
"path": "pages/booking/booking",
"style": {
"navigationBarTitleText": "预约服务"
}
},
{
"path": "pages/orders/orders",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "用户端",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-current.png",
"text": "首页"
},
{
"pagePath": "pages/services/services",
"iconPath": "static/tab-service.png",
"selectedIconPath": "static/tab-service-current.png",
"text": "服务"
},
{
"pagePath": "pages/orders/orders",
"iconPath": "static/tab-order.png",
"selectedIconPath": "static/tab-order-current.png",
"text": "订单"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tab-profile.png",
"selectedIconPath": "static/tab-profile-current.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}