Skip to content

Commit

Permalink
Merge pull request #5863 from liumt1993/fix/biz-transfer-error
Browse files Browse the repository at this point in the history
fix: 修复无法转移主机至其他业务的问题
  • Loading branch information
breezelxp authored Dec 24, 2021
2 parents 66b4da3 + e9544f3 commit 93c010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/components/ui/auth/auth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
authMetas: null,
isAuthorized: false,
disabled: true,
useIAM: window.CMDB_CONFIG?.site?.authscheme === 'iam'
useIAM: this.$Site.authscheme === 'iam'
}
},
watch: {
Expand Down

0 comments on commit 93c010f

Please sign in to comment.