This commit is contained in:
cilame 2023-01-30 10:10:56 +08:00
parent adc2aaf2c2
commit 35e5842b39

View File

@ -1137,7 +1137,7 @@ function injectfunc(e, window) {
var v_Error = Error
window.globalConfig = e;
console.log("inject start!", e)
if (e["config-hook-regexp-url"].trim()){
if ((e["config-hook-regexp-url"] || '').trim()){
console.log('[*] 配置了只收集对某个js路径才输出的配置如出现控制台不输出hook注意配置该项为空:', e["config-hook-regexp-url"])
}
// 备份 console.log