vue.config.js
@@ -13,7 +13,7 @@ // hotOnly: false, // 热更新 proxy: { "/api": { // target: "http://192.168.20.10:7004", // target: "http://192.168.20.10:7009", target: "http://192.168.20.115:7070", // target: "http://192.168.20.235:7070", // target: "http://192.168.20.117:7080", @@ -33,7 +33,7 @@ }, "/ws": { target: "http://192.168.20.235:7070", target: "http://192.168.20.115:7070", // ws: true, changeOrigin: true, },