From 4f5193d602c59b6bf1c1a69f6821941bc217247e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 14 Feb 2024 21:06:42 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=9B=B4=E6=96=B0Cookie=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=B8=A4=E6=AD=A5=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/SiteCard.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/cards/SiteCard.vue b/src/components/cards/SiteCard.vue index 8d496f21..428f57b0 100644 --- a/src/components/cards/SiteCard.vue +++ b/src/components/cards/SiteCard.vue @@ -80,6 +80,7 @@ const resourceItemsPerPage = ref(25) const userPwForm = ref({ username: '', password: '', + code: '', }) // 打开种子详情页面 @@ -152,6 +153,7 @@ async function updateSiteCookie() { params: { username: userPwForm.value.username, password: userPwForm.value.password, + code: userPwForm.value.code, }, }, ) @@ -335,7 +337,7 @@ onMounted(() => { { { @keydown.enter="updateSiteCookie" /> + + +