Skip to content

Commit d433df2

Browse files
authored
修复二次登陆时,报web协议限制 (#130)
Related to #127
1 parent 36af019 commit d433df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bridge.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ export class Bridge extends EventEmitter {
10761076
}
10771077
log.silly('PuppetWeChatBridge', 'cookieDomain() got %s', url)
10781078

1079-
return url
1079+
return url + '?target=t'
10801080
}
10811081

10821082
public async reload (): Promise<void> {

0 commit comments

Comments
 (0)