Commit a538a75a55ec39dfad4ec6dc7cd53fa130c93932

Authored by 常守达
1 parent 2d900146

fix(login): 去掉退登toast

... ... @@ -185,7 +185,7 @@ class AccountSettingCNView extends GetView<MyController> {
await Get.find<UserStateService>().onLogout();
});
AppToast.show(l10n.loggedOutSuccessfully);
// AppToast.show(l10n.loggedOutSuccessfully);
Get.offAllNamed(AppRoutes.login);
}
... ...
... ... @@ -173,7 +173,7 @@ class AccountSettingView extends GetView<MyController> {
await Get.find<UserStateService>().onLogout();
});
AppToast.show(l10n.loggedOutSuccessfully);
// AppToast.show(l10n.loggedOutSuccessfully);
Get.offAllNamed(AppRoutes.login);
}
... ...