ZZJ
2022-07-27 0daac085e308ab5dd5557048bbcb28473ae1b7df
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,
      },