From 90c8cce7256fc6ad18d4f203d9fbe763fd70a05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Fri, 5 Jun 2026 13:51:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20vite=E4=BB=A3=E7=90=86=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=2018080=E2=86=9218082?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-ui/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthlink-his-ui/vite.config.js b/healthlink-his-ui/vite.config.js index c0f63ac9e..e4a7317b7 100755 --- a/healthlink-his-ui/vite.config.js +++ b/healthlink-his-ui/vite.config.js @@ -41,7 +41,7 @@ export default defineConfig(({ mode, command }) => { proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - target: process.env.VITE_API_PROXY || 'http://localhost:18080/healthlink-his', + target: process.env.VITE_API_PROXY || 'http://localhost:18082/healthlink-his', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, ''), },