Skip to content

Commit 44003cb

Browse files
committed
Revert "fix(projects): fix multiple calls to the login API when clicking quickly"
1 parent ef49559 commit 44003cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/modules/login/pwd-login.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ async function handleAccountLogin(account: Account) {
126126
<ElButton
127127
v-for="item in accounts"
128128
:key="item.key"
129-
:loading="authStore.loginLoading"
130129
size="default"
131130
type="primary"
132131
@click="handleAccountLogin(item)"

0 commit comments

Comments
 (0)