From 9fa42490dbed12aba03be6af67deee8072ad7519 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期三, 13 九月 2023 14:23:53 +0800
Subject: [PATCH] 1、使用英文版 饿了么组件 全局生效 2、增加权限页面弹窗 提示等国际化语言

---
 springboot-vue3/src/main/java/com/example/springboot/component/WebSocketServer.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/WebSocketServer.java b/springboot-vue3/src/main/java/com/example/springboot/component/WebSocketServer.java
index 8749b5e..ebdc697 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/WebSocketServer.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/WebSocketServer.java
@@ -5,7 +5,6 @@
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
 
-import org.apache.catalina.core.ApplicationContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 

--
Gitblit v1.8.0