From 0d5abbfb86e69f786d04b66cbdd73029925aceb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=B0=91=E5=8D=AB?= Date: Thu, 6 Jun 2024 13:53:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=A4=96=E9=93=BE=E7=B4=A0=E6=9D=90):=20?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=A4=96=E9=93=BEID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/routes.ts b/src/router/routes.ts index dec3d4d7..1973be24 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -10,6 +10,7 @@ const routes: RouteRecordRaw[] = [ if (to.query.username && to.query.key) { const res = await autoLogin({ username: to.query.username, + projectid: to.query.projectid, key: to.query.key, }); if (res.data.jwt) {