From 379ab2ceed662c2e38b7ad134189bdd4c6116ba1 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 05 Feb 2024 11:07:18 +0800
Subject: [PATCH] fix:bug修复

---
 vue.config.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index dcc1fcb..90e8e90 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -28,9 +28,6 @@
   productionSourceMap: false,
   devServer: {
     port: port,
-    client: {
-      webSocketURL: 'ws://0.0.0.0:8080/ws'
-    },
     open: false,
     overlay: {
       warnings: false,

--
Gitblit v1.8.0