Skip to content

Commit

Permalink
change the clustrmap protocal to https
Browse files Browse the repository at this point in the history
Signed-off-by: kunbpc <[email protected]>
  • Loading branch information
KunB-Fighting committed Jan 3, 2025
1 parent 065a938 commit d577ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const handleClick = (url: any) => {
<el-row>
<el-col :span="6" :offset="9">
<component is="script" type="text/javascript" id="clstr_globe"
src="http://clustrmaps.com/globe.js?d=-GaSbw50DLBdzn-j28l6bWkfIuvhsMmIZ8RSzzEb-6g"></component>
src="https://clustrmaps.com/globe.js?d=-GaSbw50DLBdzn-j28l6bWkfIuvhsMmIZ8RSzzEb-6g"></component>
</el-col>
</el-row>

Expand Down

0 comments on commit d577ed6

Please sign in to comment.