|
|
@@ -2,10 +2,10 @@ module.exports = {
|
|
|
devServer: {
|
|
|
proxy: {
|
|
|
"^/api": {
|
|
|
- // target: "http://localhost:4000/",
|
|
|
+ target: "http://localhost:4000/",
|
|
|
// target: "http://10.1.1.198:8080/",
|
|
|
- target: "http://192.168.0.100:8080",
|
|
|
- // target: "http://10.1.2.3:8080/",
|
|
|
+ // target: "http://192.168.0.100:8080",
|
|
|
+ // target: "http://seec.yangshan.tech",
|
|
|
|
|
|
ws: true,
|
|
|
changeOrigin: true
|