petstore-frontend/src/pages.json
2026-04-12 22:57:48 +08:00

23 lines
649 B
JSON

{
"pages": [
{"path": "pages/login/Login"},
{"path": "pages/home/Home"},
{"path": "pages/report/Report"},
{"path": "pages/mine/Mine"},
{"path": "pages/mine/Staff"},
{"path": "pages/mine/ServiceType"},
{"path": "pages/mine/Store"},
{"path": "pages/mine/MyReports"},
{"path": "pages/mine/MyOrders"},
{"path": "pages/mine/Profile"},
{"path": "pages/report-view/reportView"}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "宠伴生活馆",
"navigationBarBackgroundColor": "#07c160",
"backgroundColor": "#F8F8F8"
},
}