From 5400d8b310ce6fe6919594a096f3a87307a66e61 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 11 一月 2024 08:47:36 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java | 4 ++--
1 files changed, 2 insertions(+), 2 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 53913d9..d64b920 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
@@ -17,7 +17,7 @@
//
System.out.println("鍚姩瀹屾垚");
-new PlcHold().start();
+ new PlcHold().start();
new Plchome().start();
@@ -25,7 +25,6 @@
new Plcsign().start();
- new Plcaction().start();
new Plcstate().start();
new PlcPositioning1().start();
@@ -37,5 +36,6 @@
new PlcManualonePosition2().start();
new PlcServoManualone().start();
new PLCManualJog().start();
+ new Plclog().start();
}
}
\ No newline at end of file
--
Gitblit v1.8.0