This commit is contained in:
duanxiaohai 2024-08-21 08:58:17 +08:00
parent e34071d948
commit 926b72f28a
1 changed files with 1 additions and 1 deletions

View File

@ -3092,7 +3092,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();