diff --git a/config/proxy.ts b/config/proxy.ts index ad5d9c2..ea18c12 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -1,7 +1,7 @@ const proxy: Record = { dev: { '/api': { - target: 'http://192.168.30.85:9001', + target: 'http://192.168.30.103:81', changeOrigin: true, }, },