rk
2025-10-27 19321e1348baefa2a9f5211c42f8b797c0fcccd1
keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/ui/keyCabinet/ManageLoginVM.java
@@ -39,8 +39,10 @@
                    @Override
                    public void onNext(@NonNull BaseResponse<String> response) {
                        if(200==response.getCode()){
                            MApplication.setLoginBean(null);
                            MApplication.getLoginBean().setToken(response.getData());
                            startActivity(ManageCabinetActivity.class);
                            MApplication.getLoginBean().setAuthType(2);
                            doAction(5);
                        }else {
                            doAction(4);
                        }