地址接口的视线

This commit is contained in:
czz
2025-06-21 17:55:47 +08:00
parent 41adcedad7
commit ca1995372c
16 changed files with 593 additions and 663 deletions

View File

@@ -54,7 +54,8 @@ var mhroutes = {
"/peopleInfoPage": (contxt, {arguments}) => PeopleInfoPage(
data: arguments,
),
"/repairHistoryListPage": (contxt) => RepairHistoryListPage(),
"/repairHistoryListPage": (contxt, {arguments}) =>
RepairHistoryListPage(data: arguments),
"/deviceRepairPage": (contxt) => DeviceRepairPage(),
"/settingPage": (contxt) => SettingPage(),
"/issueListpage": (contxt) => IssueListPage(),