songshankun
2023-10-08 e9c1bc5f107ebfdb58b6c85e01a719bbeb643d66
vue.config.js
@@ -67,7 +67,14 @@
        changeOrigin: true,
      },
      "/v1/": {
        target: "http://127.0.0.1:8003",
        // 志超
        // target: "http://127.0.0.1:8003",
       //  张骞本地
        // target: "http://192.168.20.120:8003",
        // 博宇
        // target: "http://192.168.20.119:8003",
        // 线上
        target: "http://192.168.8.113:8080",
        ws: true,
        changeOrigin: true,
      },