From 05332ce2d9ab3816266e6f16a8f71e6bb22a467c Mon Sep 17 00:00:00 2001 From: chenqi Date: Fri, 19 Jun 2026 12:26:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(mobile):=20=E4=BF=AE=E5=A4=8D=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E7=AB=AF=E5=8F=A3=E4=B8=BA18080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-mobile/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthlink-his-mobile/vite.config.js b/healthlink-his-mobile/vite.config.js index 96b15c88f..8593a080a 100644 --- a/healthlink-his-mobile/vite.config.js +++ b/healthlink-his-mobile/vite.config.js @@ -7,7 +7,7 @@ export default defineConfig({ port: 82, proxy: { '/dev-api': { - target: 'http://localhost:18082/healthlink-his', + target: 'http://localhost:18080/healthlink-his', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '') }