From 09849a3fbe456ac307d167d4d65d7d68e19ad410 Mon Sep 17 00:00:00 2001
From: linzhijie <1003392067@qq.com>
Date: 星期一, 22 五月 2023 11:00:53 +0800
Subject: [PATCH] 答题注意事项调整

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

diff --git a/vue.config.js b/vue.config.js
index 84c0d8f..c3aebea 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,6 +19,7 @@
     hotOnly: false,
     proxy: {
       '/': {
+        ws: false,
         target: 'http://127.0.0.1:8090',
         changeOrigin: true
       }

--
Gitblit v1.9.1