feat: app端登录-开发中

This commit is contained in:
guozhigq
2023-11-11 23:18:19 +08:00
parent 13ce50f730
commit d105718fbf
14 changed files with 928 additions and 10 deletions

View File

@ -41,6 +41,7 @@ class MineController extends GetxController {
'pageTitle': '登录bilibili',
},
);
// Get.toNamed('/loginPage');
} else {
int mid = userInfo.value.mid!;
String face = userInfo.value.face!;