We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aaee8 commit 674cd61Copy full SHA for 674cd61
1 file changed
ui/src/views/chat/user-login/index.vue
@@ -437,6 +437,11 @@ onBeforeMount(() => {
437
dd.runtime.permission.requestAuthCode({corpId: code}).then((res) => {
438
console.log('DingTalk client request success:', res)
439
chatUser.dingOauth2Callback(res.code, accessToken).then(() => {
440
+ router.push({
441
+ name: 'chat',
442
+ params: {accessToken: accessToken},
443
+ query: route.query,
444
+ })
445
})
446
447
}
0 commit comments