This commit is contained in:
duanxiaohai 2024-08-27 14:49:38 +08:00
parent ea865d5ccd
commit 43211693cc
1 changed files with 1 additions and 1 deletions

View File

@ -3618,7 +3618,7 @@ const reset_font2 = () => {
"scale(" + width / 1920 + "," + height / 1080 + ")"; "scale(" + width / 1920 + "," + height / 1080 + ")";
}; };
onMounted(async () => { onMounted(async () => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
loadingss.value = true; loadingss.value = true;
reset_font(); reset_font();
initMap(); initMap();