From 3ca29537dfa12de6c66677f40c0266765e1972b3 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Thu, 11 Apr 2024 19:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=A7=E5=B1=8F=E8=B0=83?= =?UTF-8?q?=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 ce2a904..b39c0f9 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/login?redirect=%2Fdashboard&userToken='.$token) + ->url('http://183.221.204.29:93/login?redirect=%2Fdashboard&userToken='.$token) ->blank(); // 追加到已有按钮前