From 8315a86149b1318114690618bfce9513fbc75f5a Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 12 Oct 2023 10:29:21 +0800 Subject: [PATCH] fix:模糊搜索修改 --- 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