fix(mobile): 修复后端端口为18080

This commit is contained in:
2026-06-19 12:26:05 +08:00
parent 686fcb5692
commit 05332ce2d9

View File

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