[fix] Update config.lua
parent
33c1476ecf
commit
10008e82e0
|
@ -93,8 +93,8 @@ config_waf_captcha_html=[[
|
||||||
cache: false,
|
cache: false,
|
||||||
success: function(res){
|
success: function(res){
|
||||||
var targetUrl = new URLSearchParams(location.search).get('continue')
|
var targetUrl = new URLSearchParams(location.search).get('continue')
|
||||||
//targetUrl = atob(targetUrl)
|
targetUrl = atob(targetUrl)
|
||||||
//location.href = targetUrl
|
location.href = targetUrl
|
||||||
},
|
},
|
||||||
error: function(e) {
|
error: function(e) {
|
||||||
location.reload()
|
location.reload()
|
||||||
|
|
Loading…
Reference in New Issue