diff --git a/vue.config.js b/vue.config.js index ef936c6..0d17926 100644 --- a/vue.config.js +++ b/vue.config.js @@ -92,6 +92,12 @@ module.exports = { ws: false, changeOrigin: true }, + // 请求大屏客户环境 + "/zxd": { + target: "http://www.catarc.org.cn:8088", + ws: false, + changeOrigin: true + }, // 请求WP29客户环境 "/WPApi": { target: "http://localhost:8080",