petstore-frontend/src/pages.json
2026-04-17 12:26:37 +08:00

28 lines
878 B
JSON

{
"pages": [
{"path": "pages/login/Login"},
{"path": "pages/home/Home"},
{"path": "pages/appointment/AppointmentDetail"},
{"path": "pages/appointment/CustAppointmentCreate"},
{"path": "pages/report/Report"},
{"path": "pages/mine/Mine"},
{"path": "pages/mine/Staff"},
{"path": "pages/mine/ServiceType"},
{"path": "pages/mine/Store"},
{"path": "pages/mine/Schedule"},
{"path": "pages/mine/MyReports"},
{"path": "pages/mine/MyOrders"},
{"path": "pages/mine/MyPets"},
{"path": "pages/mine/Profile"},
{"path": "pages/video-player/videoPlayer"},
{"path": "pages/report-view/reportView"}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "宠伴生活馆",
"navigationBarBackgroundColor": "#2db96d",
"backgroundColor": "#fafaf8"
}
}