Commit cd59a189 authored by 范雪寒's avatar 范雪寒

fix: 脚本bug

parent 2be190a9
...@@ -361,10 +361,11 @@ async function replaceUuids() { ...@@ -361,10 +361,11 @@ async function replaceUuids() {
uuiddata.includes = false; uuiddata.includes = false;
return; return;
} }
if (uuiddata.includes == true) {
return;
}
if (data.includes(uuiddata.shortUuid)) { if (data.includes(uuiddata.shortUuid)) {
uuiddata.includes = true; uuiddata.includes = true;
} else {
uuiddata.includes = false;
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment