From edb59164b6742793776aafe42b6559d1a0c4c654 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 25 十二月 2023 09:23:30 +0800
Subject: [PATCH] 海尔项目12.25
---
gmms/WebContent/login/run.jsp | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/gmms/WebContent/login/run.jsp b/gmms/WebContent/login/run.jsp
index 2fca534..f84d3f8 100644
--- a/gmms/WebContent/login/run.jsp
+++ b/gmms/WebContent/login/run.jsp
@@ -1,6 +1,11 @@
<%@page import="builder.Manager"%>
+<%@page import="builder.ThreadHttpServer"%>
+<%@page import="toTcp.TcpMain"%>
<%@include file="../mysqlInsert/mysql_connect.jsp"%>
<%
-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