From d433df2ec634720f7dfd712c839a302c845babe1 Mon Sep 17 00:00:00 2001 From: Leo_chen Date: Wed, 14 Apr 2021 19:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8C=E6=AC=A1=E7=99=BB?= =?UTF-8?q?=E9=99=86=E6=97=B6=EF=BC=8C=E6=8A=A5web=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E9=99=90=E5=88=B6=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to #127 --- src/bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bridge.ts b/src/bridge.ts index 2607e3c..b8d52b1 100644 --- a/src/bridge.ts +++ b/src/bridge.ts @@ -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 {