[fix] Update config.lua

pull/4/head
lj2007331@gmail.com 2019-11-16 23:19:01 +08:00
parent 33c1476ecf
commit 10008e82e0
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ config_waf_captcha_html=[[
cache: false,
success: function(res){
var targetUrl = new URLSearchParams(location.search).get('continue')
//targetUrl = atob(targetUrl)
//location.href = targetUrl
targetUrl = atob(targetUrl)
location.href = targetUrl
},
error: function(e) {
location.reload()