太和e护注销登录

This commit is contained in:
czz
2025-08-11 16:22:35 +08:00
parent da6da14d6a
commit 101b60611a
8 changed files with 417 additions and 30 deletions

View File

@@ -22,6 +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/LogoutPage.dart';
import 'package:vbvs_app/pages/login/other_login.dart';
import 'package:vbvs_app/pages/main_bottom/e_page.dart';
import 'package:vbvs_app/pages/main_bottom/follow_page.dart';
@@ -104,6 +105,8 @@ var routes = {
"/afterWifiPagePerson": (contxt, {arguments}) => AfterWifiPagePerson(
type: arguments,
),
"/deleteAccount": (context, {arguments}) =>LogoutPage(),
};
var onGenerateRoute = (RouteSettings settings) {