spa/frontend/technician-miniprogram/pages.json

79 lines
1.6 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "工作台"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "技师登录"
}
},
{
"path": "pages/orders/orders",
"style": {
"navigationBarTitleText": "订单管理"
}
},
{
"path": "pages/earnings/earnings",
"style": {
"navigationBarTitleText": "收入统计"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/certification/certification",
"style": {
"navigationBarTitleText": "技师认证"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "技师端",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#ff6600",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab-work.png",
"selectedIconPath": "static/tab-work-current.png",
"text": "工作台"
},
{
"pagePath": "pages/orders/orders",
"iconPath": "static/tab-order.png",
"selectedIconPath": "static/tab-order-current.png",
"text": "订单"
},
{
"pagePath": "pages/earnings/earnings",
"iconPath": "static/tab-money.png",
"selectedIconPath": "static/tab-money-current.png",
"text": "收入"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tab-profile.png",
"selectedIconPath": "static/tab-profile-current.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}