From c657c6e766a11d5e32e96e5e8ae085b830a43df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=94=E5=A7=AC=E6=A1=91?= Date: Wed, 13 Jan 2021 06:54:08 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=AD=E7=AB=AF=E5=8F=A3=E8=8C=83=E5=9B=B4=E9=99=90=E5=88=B6?= =?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/config/system.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/config/system.blade.php b/resources/views/admin/config/system.blade.php index 052837f8..0f5a0b28 100644 --- a/resources/views/admin/config/system.blade.php +++ b/resources/views/admin/config/system.blade.php @@ -306,13 +306,13 @@
+ onchange="updateFromInput('min_port','1000',$('#max_port').val())"/>
~
+ onchange="updateFromInput('max_port',$('#min_port').val(),'65535')"/>
端口范围:1000 - 65535