spa/frontend/agent-miniprogram/pages.json

85 lines
1.8 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "代理商后台"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "代理商登录"
}
},
{
"path": "pages/technicians/technicians",
"style": {
"navigationBarTitleText": "技师管理"
}
},
{
"path": "pages/orders/orders",
"style": {
"navigationBarTitleText": "订单统计"
}
},
{
"path": "pages/finance/finance",
"style": {
"navigationBarTitleText": "财务管理"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "代理端",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#6c5ce7",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab-dashboard.png",
"selectedIconPath": "static/tab-dashboard-current.png",
"text": "概览"
},
{
"pagePath": "pages/technicians/technicians",
"iconPath": "static/tab-tech.png",
"selectedIconPath": "static/tab-tech-current.png",
"text": "技师"
},
{
"pagePath": "pages/orders/orders",
"iconPath": "static/tab-order.png",
"selectedIconPath": "static/tab-order-current.png",
"text": "订单"
},
{
"pagePath": "pages/finance/finance",
"iconPath": "static/tab-finance.png",
"selectedIconPath": "static/tab-finance-current.png",
"text": "财务"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tab-profile.png",
"selectedIconPath": "static/tab-profile-current.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}