Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Nov 24, 2023
1 parent e69aa4b commit 4172726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ new Vue({
card.asn = data.asn || '';

// 构造 Google Maps iframe 的 URL
card.mapUrl = `https://www.google.com/maps?q=${data.latitude},${data.longitude}&zoom=0&output=embed`;
card.mapUrl = `https://www.google.com/maps?q=${data.latitude},${data.longitude}&z=2&output=embed`;

} catch (error) {
console.error('获取 IP 详情时出错:', error);
Expand Down

0 comments on commit 4172726

Please sign in to comment.