ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
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,
      },