cont.
This commit is contained in:
parent
3628de26e0
commit
a679a623a1
|
|
@ -19,7 +19,7 @@ const options = (target) => {
|
|||
};
|
||||
}
|
||||
|
||||
const proxy = createProxyMiddleware(options('http://localhost:8081'));
|
||||
const proxy = createProxyMiddleware(options('http://127.0.0.1:8081'));
|
||||
|
||||
|
||||
// 设置代理
|
||||
|
|
|
|||
Loading…
Reference in New Issue