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