同步6/16

This commit is contained in:
Zy
2026-06-16 15:35:52 +08:00
parent 50e7b14fd6
commit ea8129216b
6 changed files with 10 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ router.beforeEach(async (to, from) => {
removeDynamicRoutes();
// 获取用户信息
const [err, res] = await tos(userStore.getInfo());
const [err] = await tos(userStore.getInfo());
if (err) {
await userStore.logout();
ElMessage.error(err);