We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79d2017 + db9217f commit c883529Copy full SHA for c883529
view/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "app-scan",
3
- "version": "2.1.4",
+ "version": "2.1.5",
4
"description": "自动化隐私检测工具",
5
"productName": "app-scan",
6
"author": "TongchengSecurityTeam <[email protected]>",
view/src/pages/detection/page/Step.vue
@@ -167,7 +167,7 @@ async function makeData(id) {
167
if (data.mark[list[index].page]) {
168
data.mark[list[index].page].push(list[index]);
169
} else {
170
- data.mark[list[index].page] = [];
+ data.mark[list[index].page] = [list[index]];
171
}
172
173
0 commit comments