Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
5ime authored Jan 13, 2022
1 parent 60f5a51 commit f185f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/static/admin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mdui.$('#upDate').on('click', function() {
{
text: '前往下载',
onClick: function() {
window.open(data.data);
window.open(data.data.download);
this.close();
}
}
Expand Down Expand Up @@ -262,4 +262,4 @@ function logout() {
}
});
});
}
}

0 comments on commit f185f77

Please sign in to comment.