更新睡眠报告
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:vbvs_app/common/util/MyUtils.dart';
|
||||
import 'package:vbvs_app/component/tool/TopSlideNotification.dart';
|
||||
import 'package:vbvs_app/controller/user_info_controller.dart';
|
||||
import 'package:vbvs_app/pages/device/BodyDeviceWidget.dart';
|
||||
import 'package:vbvs_app/pages/device/component/MessageSetting.dart';
|
||||
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';
|
||||
@@ -31,6 +32,7 @@ import 'package:vbvs_app/pages/repair/apply_repair_page.dart';
|
||||
import 'package:vbvs_app/pages/repair/apply_repair_success.dart';
|
||||
import 'package:vbvs_app/pages/repair/repair_detail_page.dart';
|
||||
import 'package:vbvs_app/pages/repair/repair_list_page.dart';
|
||||
import 'package:vbvs_app/pages/setting/common_mesaage_setting.dart';
|
||||
import 'package:vbvs_app/pages/setting/language_setting.dart';
|
||||
import 'package:vbvs_app/pages/sleep_report/new_sleep_report_page.dart';
|
||||
import 'package:vbvs_app/pages/sleep_report/sleep_report_page.dart';
|
||||
@@ -48,13 +50,15 @@ var routes = {
|
||||
"/messagePage": (contxt) => MessagePage(),
|
||||
"/minePage": (contxt) => MinePage(),
|
||||
"/mianPageBottomChange": (contxt) => MainPageBottomChange(),
|
||||
"/loginPage": (contxt) => LoginPage(),
|
||||
// "/loginPage": (contxt) => LoginPage(),
|
||||
// "/otherLoginPage": (contxt) => OtherLoginPage(),
|
||||
"/loginPage": (contxt) => OtherLoginPage(),
|
||||
// "/otherLoginPage": (contxt) => OtherLoginPage(),
|
||||
"/deviceType": (contxt, {arguments}) => DeviceTypePage(),
|
||||
"/blueteethDevice": (contxt) => BlueteethDevicePage(),
|
||||
"/personPage": (contxt) => PersonPage(),
|
||||
"/bindDeviceSuccess": (contxt) => BindDeviceSuccess(),
|
||||
"/wifiPage": (contxt, {arguments}) => WifiPage(type: arguments),
|
||||
"/otherLoginPage": (contxt) => OtherLoginPage(),
|
||||
"/updateUserPage": (contxt) => UpdateUserPage(),
|
||||
"/settingPage": (contxt) => SettingPage(),
|
||||
"/aboutUsPage": (contxt) => AboutUsPage(),
|
||||
@@ -77,13 +81,18 @@ var routes = {
|
||||
"/followPage": (contxt) => FollowPage(),
|
||||
"/repairListPage": (contxt) => RepairListPage(),
|
||||
"/newSleepReportPage": (contxt, {arguments}) =>
|
||||
NewSleepReportPage(date: arguments),
|
||||
NewSleepReportPage(data: arguments),
|
||||
"/userSchemePage": (contxt) => UserSchemePage(),
|
||||
"/privacyPage": (contxt) => PrivacySchemePage(),
|
||||
"/repairDetailPage": (contxt, {arguments}) =>
|
||||
RepairDetailPage(data: arguments),
|
||||
"/applyRepairSuccess": (contxt) => ApplyRepairSuccess(),
|
||||
"/messageReviewPage": (contxt,{arguments}) => MessageReviewPage(data: arguments),
|
||||
"/messageReviewPage": (contxt, {arguments}) =>
|
||||
MessageReviewPage(data: arguments),
|
||||
"/messageSettingPage": (contxt, {arguments}) =>
|
||||
MessageSettingPage(data: arguments),
|
||||
"/commonMessageSettingPage": (contxt) =>
|
||||
CommonMessageSettingPage(),
|
||||
};
|
||||
|
||||
var onGenerateRoute = (RouteSettings settings) {
|
||||
|
||||
Reference in New Issue
Block a user