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