mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 21:50:28 +08:00
优化代码
This commit is contained in:
@@ -325,7 +325,7 @@ Vue.component("http-firewall-actions-box", {
|
||||
this.captchaFailBlockTimeout = config.options.failBlockTimeout.toString()
|
||||
}
|
||||
break
|
||||
case "jsCookie":
|
||||
case "js_cookie":
|
||||
this.jsCookieLife = ""
|
||||
if (config.options.life != null || config.options.life > 0) {
|
||||
this.jsCookieLife = config.options.life.toString()
|
||||
|
||||
Reference in New Issue
Block a user