Skip to content

Commit 14bda27

Browse files
committed
fix: 修复钉钉扫码
1 parent c960123 commit 14bda27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/src/views/login/components/dingtalkQrCode.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ const initActive = async () => {
102102
scope: 'openid',
103103
response_type: 'code',
104104
state: 'fit2cloud-ding-qr',
105-
prompt: 'consent',
106-
exclusiveLogin: 'true',
107-
exclusiveCorpId: data.corp_id
105+
prompt: 'consent'
108106
},
109107
(loginResult) => {
110108
const authCode = loginResult.authCode
@@ -114,6 +112,7 @@ const initActive = async () => {
114112
},
115113
(errorMsg: string) => {
116114
MsgError(errorMsg)
115+
console.log(errorMsg)
117116
}
118117
)
119118
} catch (error) {

0 commit comments

Comments
 (0)