更新界面布局
This commit is contained in:
@@ -9,6 +9,9 @@ import 'package:vbvs_app/pages/device/device_detail.dart';
|
||||
import 'package:vbvs_app/pages/device/instant_body_page.dart';
|
||||
import 'package:vbvs_app/pages/device/message_review_page.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/MobileScannerTestPage.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/after/after_device_calibration_person.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/after/after_update_person_page.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/after/after_wifi_page_person.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/bind_device_success.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/blueteeth_device_page.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/device_calibration.dart';
|
||||
@@ -19,9 +22,7 @@ import 'package:vbvs_app/pages/device_bind/device_type.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/device_type_list.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/wifi_page.dart';
|
||||
import 'package:vbvs_app/pages/device_bind/wifi_page_person.dart';
|
||||
import 'package:vbvs_app/pages/login/login.dart';
|
||||
import 'package:vbvs_app/pages/login/other_login.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/component/main_page_b_bottom_change.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/e_page.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/follow_page.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/help_page.dart';
|
||||
@@ -60,7 +61,7 @@ var routes = {
|
||||
"/deviceType": (contxt, {arguments}) => DeviceTypePage(),
|
||||
"/blueteethDevice": (contxt) => BlueteethDevicePage(),
|
||||
"/personPage": (contxt) => PersonPage(),
|
||||
"/bindDeviceSuccess": (contxt) => BindDeviceSuccess(),
|
||||
"/bindDeviceSuccess": (contxt) => BindDeviceSuccess(),
|
||||
"/wifiPage": (contxt, {arguments}) => WifiPage(type: arguments),
|
||||
"/wifiPagePerson": (contxt, {arguments}) => WifiPagePerson(type: arguments),
|
||||
"/updateUserPage": (contxt) => UpdateUserPage(),
|
||||
@@ -79,7 +80,8 @@ var routes = {
|
||||
"/deviceShareListPage": (contxt, {arguments}) =>
|
||||
DeviceShareListPage(device: arguments),
|
||||
"/calibrationPage": (contxt, {arguments}) => CalibrationPage(type: arguments),
|
||||
"/calibrationPersonPage": (contxt, {arguments}) => CalibrationPersonPage(type: arguments),
|
||||
"/calibrationPersonPage": (contxt, {arguments}) =>
|
||||
CalibrationPersonPage(type: arguments),
|
||||
"/applyRepairPage": (contxt) => ApplyRepairPage(),
|
||||
"/languageSetting": (contxt) => LanguageSetting(),
|
||||
"/helpPage": (contxt) => HelpPage(),
|
||||
@@ -96,8 +98,12 @@ var routes = {
|
||||
MessageReviewPage(data: arguments),
|
||||
"/messageSettingPage": (contxt, {arguments}) =>
|
||||
MessageSettingPage(data: arguments),
|
||||
"/commonMessageSettingPage": (contxt) =>
|
||||
CommonMessageSettingPage(),
|
||||
"/commonMessageSettingPage": (contxt) => CommonMessageSettingPage(),
|
||||
"/afterCalibrationPersonPage": (contxt) => AfterCalibrationPersonPage(),
|
||||
"/afterUpdatePersonPage": (contxt) => AfterUpdatePersonPage(),
|
||||
"/afterWifiPagePerson": (contxt, {arguments}) => AfterWifiPagePerson(
|
||||
type: arguments,
|
||||
),
|
||||
};
|
||||
|
||||
var onGenerateRoute = (RouteSettings settings) {
|
||||
|
||||
Reference in New Issue
Block a user