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);