Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
b9348 committed Feb 7, 2025
1 parent e899d01 commit cf71a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Login() {
// const failures = results.filter(r => r.error);
const newArray = [];

// 遍历原始数组
// 遍历原始数组
for (const item of successes) {
// 使用JSON.parse()解析每个元素的data属性
const parsedData = JSON.parse(item.data);
Expand Down

0 comments on commit cf71a9b

Please sign in to comment.