rk
2025-10-27 8f6dfbc2ca4a55a1ce0a4bb62094c4bf5c671b4d
keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/ui/keyCabinet/ManageLoginVM.java
@@ -29,10 +29,6 @@
    }
    public void loginCabinet(String userName,String pw){
        if(true){
            doAction(5);
            return;
        }
        LoginCabinetParam param = new LoginCabinetParam();
        param.setUsername(userName);
        param.setPassword(pw);
@@ -45,6 +41,7 @@
                        if(200==response.getCode()){
                            MApplication.setLoginBean(null);
                            MApplication.getLoginBean().setToken(response.getData());
                            MApplication.getLoginBean().setAuthType(2);
                            doAction(5);
                        }else {
                            doAction(4);