From cf354652ad7c8c5fe19f33a79dc2a2173f30a6ac Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Thu, 6 Jun 2024 10:01:04 +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 3046315..59c4f8d 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.open('https://tiantian2.langye.net/dashboard/') + window.open('https://tiantian2.langye.net/dashboard/','_blank') } var lies = {!! json_encode($lies) !!}; var saleList = {!! json_encode($saleList) !!};