From 56caaa52bb977339aea8dd57175d5294ba2889ee Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 27 Jun 2021 19:04:26 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20=E5=88=A0=E9=99=A4=E5=90=8E=E5=8F=B0v2?= =?UTF-8?q?ray=E8=8A=82=E7=82=B9=E9=87=8C=E9=9D=A2=E7=9A=84=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE(=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E7=AB=AF=E5=8F=A3v2=E9=87=8C=E9=9D=A2=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E4=BD=BF=E7=94=A8=E5=88=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/node/info.blade.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/resources/views/admin/node/info.blade.php b/resources/views/admin/node/info.blade.php index a8f1181d..20710abf 100644 --- a/resources/views/admin/node/info.blade.php +++ b/resources/views/admin/node/info.blade.php @@ -245,10 +245,6 @@ -
- - -
@@ -502,11 +498,9 @@ // ajax同步提交 function Submit() { const type = $('input[name=\'type\']:checked').val(); - let port; + let port = null; switch (type) { - case '2': - port = $('#v2ray_port').val(); - break; + case '2': break; case '3': port = $('#trojan_port').val(); break;