diff --git a/ant-design-vue-jeecg/vue.config.js b/ant-design-vue-jeecg/vue.config.js
index 1ed7168..a31d161 100644
--- a/ant-design-vue-jeecg/vue.config.js
+++ b/ant-design-vue-jeecg/vue.config.js
@@ -94,11 +94,12 @@ module.exports = {
     //     'Access-Control-Allow-Origin': '*',
     // },
     proxy: {
-      '/wms': {
+      ws: false,
+      /* '/wms': {
         target: 'http://localhost:8080',
         ws: false,
         changeOrigin: true
-      },
+      }, */
       /* '/api': {
          target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', // mock API接口系统
          ws: false,