zhangzengfei
2022-08-28 3834d30a6d56ad7c4d4f5fe630af649ab6826428
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,
      },