器材更up

This commit is contained in:
liuhongrui
2025-03-24 16:51:49 +08:00
parent 4349b2d5ac
commit 0c2868f20d
3 changed files with 17 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ export default defineConfig (({mode, command}) => {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
target: 'http://localhost:18080/openhis',
// target: 'http://192.168.31.221:18080/openhis',
// target: 'http://192.168.31.221:18081/openhis',
changeOrigin: true,
rewrite: p => p.replace (/^\/dev-api/, ''),
},