Skip to content

Commit

Permalink
修复二次登陆时,报web协议限制 (#130)
Browse files Browse the repository at this point in the history
Related to #127
  • Loading branch information
leochen-g committed Apr 14, 2021
1 parent 36af019 commit d433df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ export class Bridge extends EventEmitter {
}
log.silly('PuppetWeChatBridge', 'cookieDomain() got %s', url)

return url
return url + '?target=t'
}

public async reload (): Promise<void> {
Expand Down

0 comments on commit d433df2

Please sign in to comment.