From 5fa28670d9dbafa10a0e105a99ae84bcab1b1071 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Thu, 6 Jun 2024 09:58:52 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index e88f3f2..3046315 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -390,7 +390,7 @@ var jump_dp = '{{$jump_dp}}' if (jump_dp == 1) { console.log('jump') - window.location.open('/dashboard') + window.open('https://tiantian2.langye.net/dashboard/') } var lies = {!! json_encode($lies) !!}; var saleList = {!! json_encode($saleList) !!};