feat: 登录问题修复

This commit is contained in:
alger
2024-05-22 15:14:26 +08:00
parent 32b39c7927
commit 449a6fd335
5 changed files with 15 additions and 12 deletions
+1
View File
@@ -48,6 +48,7 @@ watch(
() => route.query,
async (newParams) => {
if (newParams.type) {
recommendList.value = null;
loadList(newParams.type as string);
}
},