From 9af025869e7c7592ec242c38712d9f55c0833a1e Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Fri, 15 Sep 2023 17:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/bootstrap.php b/app/Admin/bootstrap.php index 00dfe2d..ce2a904 100644 --- a/app/Admin/bootstrap.php +++ b/app/Admin/bootstrap.php @@ -16,7 +16,7 @@ if($user){ ->icon('fa fa-tv') ->tooltip('大屏看板') ->className('mr-2 rounded-full') - ->url('http://36.133.205.221:93/dashboard?userToken='.$token) + ->url('http://36.133.205.221:93/login?redirect=%2Fdashboard&userToken='.$token) ->blank(); // 追加到已有按钮前