From e904dae8a0054b766612981773c9c698d18c2753 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Fri, 28 Mar 2025 09:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=8A=E5=A4=A9=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96=E6=97=B6=EF=BC=8C=E8=8E=B7?= =?UTF-8?q?=E5=8F=96token=E3=80=81=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=92=8Csocket=E8=BF=9E=E6=8E=A5=E8=B0=83=E7=94=A8=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3514e2f..646919e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,10 +19,10 @@ const handleWebview = () => { // }) console.log("webview", webview) token.value = webview.token -} -const init = () => { userStore.loadSetting() ws.connect() +} +const init = () => { if (typeof plus !== 'undefined') { handleWebview() } else {