feat: add logging for redirect URI in wecomQrCode component

This commit is contained in:
wxg0103 2025-10-10 16:52:06 +08:00
parent 0101370dc7
commit fa4ba6611d

View File

@ -38,6 +38,7 @@ const init = async () => {
}
const lang = localStorage.getItem('MaxKB-locale') || getBrowserLang() || 'en-US'
const redirectUri = window.location.origin
console.log('redirectUri', redirectUri)
try {
wwLogin.value = ww.createWWLoginPanel({
el: '#wecom-qr',