更新眠花糖兼容wifi配置
This commit is contained in:
@@ -106,7 +106,7 @@ var mhroutes = {
|
||||
"/mHTBlueteethDevicePage": (context, {arguments}) =>
|
||||
MHTBlueteethDevicePage(deviceType: arguments),
|
||||
"/mHTwifiPage": (contxt, {arguments}) => MHTWifiPage(deviceInfo: arguments),
|
||||
"/calibrationPage": (contxt) => MHTCalibrationPage(),
|
||||
"/calibrationPage": (contxt,{arguments}) => MHTCalibrationPage(deviceInfo: arguments),
|
||||
"/mhtCalibrationAfterPage": (contxt, {arguments}) =>
|
||||
MHTCalibrationAfterPage(deviceInfo: arguments),
|
||||
"/bindDeviceSuccess": (contxt) => MHTBindDeviceSuccess(),
|
||||
|
||||
Reference in New Issue
Block a user