1.修改socket弹窗等
This commit is contained in:
2025-07-08 16:00:47 +08:00
parent 07f14c7703
commit 8a630dd1cd
11 changed files with 476 additions and 171 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
if (result?.screenPath) {
router.replace(result?.screenPath);
} else {
router.replace('centralScreen');
router.replace('/home');
}
userStore.setCenterInfo(result);
}