From 0fc4a59e96cb4d6caf4baf90bff1fffed783ffb0 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 16 Jul 2025 15:17:23 +0800 Subject: [PATCH] fix: remove unused route import in password.vue --- ui/src/views/chat/auth/component/password.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/views/chat/auth/component/password.vue b/ui/src/views/chat/auth/component/password.vue index 70766ea2e..dbbd77ada 100644 --- a/ui/src/views/chat/auth/component/password.vue +++ b/ui/src/views/chat/auth/component/password.vue @@ -13,7 +13,6 @@ import { ref, computed } from 'vue' import useStore from '@/stores' import { t } from '@/locales' import { useRoute, useRouter } from 'vue-router' -const route = useRoute() const FormRef = ref() const { chatUser } = useStore()