From e69c125713fc59cd6bb31f5cb5e045f6284a4eca Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 19 十一月 2025 15:06:03 +0800
Subject: [PATCH] 海尔项目提交变更
---
gmms/WebContent/login/run.jsp | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/gmms/WebContent/login/run.jsp b/gmms/WebContent/login/run.jsp
index f84d3f8..5e81741 100644
--- a/gmms/WebContent/login/run.jsp
+++ b/gmms/WebContent/login/run.jsp
@@ -3,9 +3,8 @@
<%@page import="toTcp.TcpMain"%>
<%@include file="../mysqlInsert/mysql_connect.jsp"%>
<%
-ThreadHttpServer.mains();
-//TcpMain.getElectric();
-//Manager.appStart(new String[]{url,user,password });
-
-//response.sendRedirect("bdg.jsp");
+//ThreadHttpServer.mains();
+TcpMain.getElectric();
+Manager.appStart(new String[]{url,user,password });
+response.sendRedirect("bdg.jsp");
%>
\ No newline at end of file
--
Gitblit v1.8.0