From 69c4bb78fab5d7846ed6f81b073b4c8474c2155a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=99=A8=E6=99=A8?= Date: Wed, 7 Dec 2022 09:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20vue.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 6 ++++++ 1 file changed, 6 insertions(+) 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",