From 7e3b89de211ad5dcd6c5ece16ffe6204d03f4ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E6=99=BA=E7=9A=84=E5=B0=8F=E9=B1=BC=E5=90=9B?= <44761872+dragon-fish@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:01:02 +0000 Subject: [PATCH] fix: minor fix --- src/view/following-latest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/following-latest.vue b/src/view/following-latest.vue index cafdfc9..c9196b5 100644 --- a/src/view/following-latest.vue +++ b/src/view/following-latest.vue @@ -30,7 +30,7 @@ const isLoading = ref(false) async function fetchList() { if (!userStore.isLoggedIn) { return router.push({ - name: 'login', + name: 'user-login', query: { back: route.fullPath }, }) }