mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: add logging for redirect URI in wecomQrCode component
This commit is contained in:
parent
0101370dc7
commit
fa4ba6611d
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue