chenjunkai 5 年之前
父节点
当前提交
983e763595
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -2055,7 +2055,7 @@ class alexaAuthView(TemplateView):
 class V2LogoutView(TemplateView):
     @method_decorator(csrf_exempt)
     def dispatch(self, *args, **kwargs):
-        return super(LogoutView, self).dispatch(*args, **kwargs)
+        return super(V2LogoutView, self).dispatch(*args, **kwargs)
 
     def post(self, request, *args, **kwargs):
         request.encoding = 'utf-8'