From e1ac085b28440871c9639a63615b7a0f1081e6f3 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 05 九月 2023 15:13:59 +0800
Subject: [PATCH] 1、Plcaction类  接收前端message并 writeword   同时每10秒readword 发送给前端并渲染 2、用户token 设置为一天 ,超时自动跳转到登录页面 3、layout布局el-head 高度调整

---
 springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java b/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
index 0973688..83af3f6 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
@@ -5,7 +5,8 @@
 import org.springframework.core.annotation.Order;
 import org.springframework.stereotype.Component;
 
-import com.example.springboot.component.PlcHold;
+
+import com.example.springboot.component.Plcaction;
 
 @Component
 @Order(1)
@@ -15,7 +16,8 @@
         // TODO Auto-generated method stub
        //
        System.out.println("鍚姩瀹屾垚");
-       
-       new PlcHold().start();
-    }   
+
+
+        new Plcaction().start();
+    }
 }

--
Gitblit v1.8.0