Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

注销异常修复 #162

Open
Chivenh opened this issue Mar 1, 2023 · 0 comments
Open

注销异常修复 #162

Chivenh opened this issue Mar 1, 2023 · 0 comments

Comments

@Chivenh
Copy link

Chivenh commented Mar 1, 2023

源码: /app_admin/views.py#log_out[206]

  resp.delete_cookie(c)

应修改为:

response = JsonResponse({'status': True, 'data': resp})
for c in project_viewcode_list:
      response.delete_cookie(c)
return response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant