This commit is contained in:
duanxiaohai 2024-09-02 17:25:13 +08:00
parent 1bda24499a
commit 33bee093dd
2 changed files with 2 additions and 2 deletions

View File

@ -1024,7 +1024,7 @@ const getData = async () => {
};
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
startAutoSwitching();
});

View File

@ -1037,7 +1037,7 @@ watch(
}
);
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
if (routers.query.type) {
errorMessage.value = "";
dataMyTag.identNo = routers.query.identNo;