|
@@ -974,7 +974,7 @@ func (f *Front) SpiderCopy() {
|
|
|
lua["param_common"] = param_common
|
|
|
}
|
|
|
str_list := qu.ObjToString(lua["str_list"])
|
|
|
- lua["str_list"] = strings.ReplaceAll(str_content, codeOld, codeNew)
|
|
|
+ lua["str_list"] = strings.ReplaceAll(str_list, codeOld, codeNew)
|
|
|
lua["comeintime"] = time.Now().Unix()
|
|
|
lua["modifytime"] = time.Now().Unix()
|
|
|
lua["spidertype"] = "increment"
|