地址接口的视线
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user