|
|
|
@ -37,6 +37,9 @@ class AccountController < ApplicationController
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
# Log out current user and redirect to welcome page
|
|
|
|
|
# cookies[:login_flag] 是为了配合毛xx
|
|
|
|
|
# 退出再登录的话直接跳转到用户首页而不是登陆前的页面
|
|
|
|
|
# 相应处理方法在application_helper#is_logout? :1106
|
|
|
|
|
def logout
|
|
|
|
|
if User.current.anonymous?
|
|
|
|
|
redirect_to home_url
|
|
|
|
|