diff --git a/apps/user/views.py b/apps/user/views.py index f7279e8..bea6b8d 100644 --- a/apps/user/views.py +++ b/apps/user/views.py @@ -101,7 +101,6 @@ def get_user_info(): data = Utils.to_dict(g.current_user) try: data.pop("password") - data.pop("role_id") except Exception: pass return jsonify(Utils.true_return(data=data))