This commit is contained in:
黄心宇 2024-04-18 10:21:13 +08:00
parent 3628de26e0
commit a679a623a1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const options = (target) => {
};
}
const proxy = createProxyMiddleware(options('http://localhost:8081'));
const proxy = createProxyMiddleware(options('http://127.0.0.1:8081'));
// 设置代理