This commit is contained in:
sylor_huang@126.com 2020-08-11 17:11:56 +08:00
parent 6b1a0a96c6
commit e634317675
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class AccountsController < ApplicationController
:path => '/',
:secure => false,
:httponly => true,
:domain => "/"
:domain => "123.59.135.93"
}
# if edu_setting('cookie_domain').present?
# cookie_options = cookie_options.merge(domain: edu_setting('cookie_domain'))