fix: 跳转登录页
This commit is contained in:
@ -33,8 +33,7 @@ class MineController extends GetxController {
|
||||
|
||||
onLogin() async {
|
||||
if (!userLogin.value) {
|
||||
// RoutePush.loginPush();
|
||||
Get.toNamed('/loginPage');
|
||||
Get.toNamed('/loginPage', preventDuplicates: false);
|
||||
} else {
|
||||
int mid = userInfo.value.mid!;
|
||||
String face = userInfo.value.face!;
|
||||
|
||||
Reference in New Issue
Block a user