Skip to content

Commit

Permalink
Merge pull request #65 from TongchengOpenSource/fix-64
Browse files Browse the repository at this point in the history
Fix 64
  • Loading branch information
ChnMig authored May 26, 2024
2 parents 79d2017 + db9217f commit c883529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-scan",
"version": "2.1.4",
"version": "2.1.5",
"description": "自动化隐私检测工具",
"productName": "app-scan",
"author": "TongchengSecurityTeam <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion view/src/pages/detection/page/Step.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async function makeData(id) {
if (data.mark[list[index].page]) {
data.mark[list[index].page].push(list[index]);
} else {
data.mark[list[index].page] = [];
data.mark[list[index].page] = [list[index]];
}
}
}
Expand Down

0 comments on commit c883529

Please sign in to comment.