This commit is contained in:
duanxiaohai 2024-09-06 13:27:21 +08:00
parent b4d7b8f81c
commit 7ae41e57e1
2 changed files with 2 additions and 2 deletions

View File

@ -4057,7 +4057,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();
await getXzsj(); await getXzsj();

View File

@ -1684,7 +1684,7 @@ const reset_font = () => {
} }
}; };
onMounted(async () => { onMounted(async () => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
loadingss.value = true; loadingss.value = true;
reset_font(); reset_font();
await getXzsj(); await getXzsj();