更新控制跳转
This commit is contained in:
@@ -94,7 +94,7 @@ var mhroutes = {
|
||||
"/deviceListPage": (context) => DeviceListPage(),
|
||||
"/mHTDeviceTypePage": (context, {arguments}) => MHTBindDeviceTypePage(),
|
||||
"/mHTBlueteethDevicePage": (context, {arguments}) =>
|
||||
MHTBlueteethDevicePage(data: arguments),
|
||||
MHTBlueteethDevicePage(deviceType: arguments),
|
||||
"/mHTwifiPage": (contxt, {arguments}) => MHTWifiPage(deviceInfo: arguments),
|
||||
"/calibrationPage": (contxt) => MHTCalibrationPage(),
|
||||
"/bindDeviceSuccess": (contxt) => MHTBindDeviceSuccess(),
|
||||
|
||||
Reference in New Issue
Block a user