mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	This commit is contained in:
		@@ -107,7 +107,13 @@ async function handleAccountLogin(account: Account) {
 | 
			
		||||
      </div>
 | 
			
		||||
      <NDivider class="text-14px text-#666 !m-0">{{ $t('page.login.pwdLogin.otherAccountLogin') }}</NDivider>
 | 
			
		||||
      <div class="flex-center gap-12px">
 | 
			
		||||
        <NButton v-for="item in accounts" :key="item.key" type="primary" @click="handleAccountLogin(item)">
 | 
			
		||||
        <NButton
 | 
			
		||||
          v-for="item in accounts"
 | 
			
		||||
          :key="item.key"
 | 
			
		||||
          :loading="authStore.loginLoading"
 | 
			
		||||
          type="primary"
 | 
			
		||||
          @click="handleAccountLogin(item)"
 | 
			
		||||
        >
 | 
			
		||||
          {{ item.label }}
 | 
			
		||||
        </NButton>
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user