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/, ''), },