From 7dbbcd0e54b4094e9f2b620197147e69911669c6 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期日, 08 十月 2023 08:17:03 +0800
Subject: [PATCH] 海尔项目10.8最新版本
---
gmms/WebContent/login/run.jsp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gmms/WebContent/login/run.jsp b/gmms/WebContent/login/run.jsp
index 2fca534..56830e6 100644
--- a/gmms/WebContent/login/run.jsp
+++ b/gmms/WebContent/login/run.jsp
@@ -1,6 +1,8 @@
<%@page import="builder.Manager"%>
+<%@page import="toTcp.TcpMain"%>
<%@include file="../mysqlInsert/mysql_connect.jsp"%>
<%
+TcpMain.getElectric();
Manager.appStart(new String[]{url,user,password });
response.sendRedirect("bdg.jsp");
%>
\ No newline at end of file
--
Gitblit v1.8.0