董国庆
2025-09-12 527efb36f35b471710e445972673abff45bacdac
laboratory/vue.config.js
@@ -11,7 +11,7 @@
    proxy: {
      "/": {
        // 设置以什么前缀开头的请求用来代理
        target: "http://192.168.110.34:11223", //要访问的跨域的域名
        target: "http://192.168.110.34:11221", //要访问的跨域的域名
        secure: false, // 使用的是http协议则设置为false,https协议则设置为true
        changeOrigin: true, //开启代理
        pathRewrite: {