|
|
@@ -2,8 +2,8 @@ module.exports = {
|
|
|
devServer: {
|
|
|
proxy: {
|
|
|
"^/api": {
|
|
|
- // target: "http://localhost:4000/",
|
|
|
- target: "http://10.1.1.198:8080/",
|
|
|
+ target: "http://localhost:4000/",
|
|
|
+ // target: "http://10.1.1.198:8080/",
|
|
|
ws: true,
|
|
|
changeOrigin: true
|
|
|
}
|