From 939817eff8f95a983ef1f8f6223292055f2f4e04 Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Tue, 27 Feb 2024 16:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=89=E9=A1=B9=E5=88=B6?= =?UTF-8?q?=E5=BA=A6=E5=BA=93=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 -- vite.config.js | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.env b/.env index ab2a573..fa793de 100644 --- a/.env +++ b/.env @@ -1,7 +1,5 @@ VITE_BASE_URL=http://192.168.0.42:8099/ VITE_PROXY=/api/ -VITE_PROXY_QAAQ=/qaaq_api/ -VITE_QAAQ_URL=https://gateway.qhdsafety.com/ VITE_FILE_URL=https://file.zcloudchina.com/YTHFile VITE_TEMPLATE_URL=https://qaaq.qhdsafety.com/file/ VITE_ON_LINE_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/zxwebsocket/ diff --git a/vite.config.js b/vite.config.js index f3b4fdb..6790793 100644 --- a/vite.config.js +++ b/vite.config.js @@ -66,12 +66,6 @@ export default ({ mode }) => { ws: true, rewrite: (path) => path.replace(/^\/api/, ""), }, - [loadEnv(mode, process.cwd()).VITE_PROXY_QAAQ]: { - target: loadEnv(mode, process.cwd()).VITE_QAAQ_URL, - changeOrigin: true, - ws: true, - rewrite: (path) => path.replace(/^\/qaaq_api/, ""), - }, }, }, resolve: {