Commit c99006fc authored by 赵啸非's avatar 赵啸非

修改设备管理 外部登录

parent 39c17b75
......@@ -162,6 +162,7 @@ public class LoginController extends BaseCRUDJsonController<UserService, UserFor
ret.put(KEY_RESULT_CODE, VALUE_RESULT_SUCCESS);
ret.put(KEY_RESULT_MSG, "用户登录系统成功!");
ret.put("resources", urls);
log.info("resp:{}",ret.toJSONString());
return ret.toJSONString();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment