fangyuan
2023-01-05 71cfadcd79468058c75fd356faf2d1fb52f79deb
vue.config.js
@@ -39,8 +39,8 @@
    proxy: {
      // 跨域配置
      "/sccg": {
        target: `http://42.193.1.25/`,
        // target: `http://127.0.0.1:8082/`,
        // target: `http://42.193.1.25/`,
        target: `http://127.0.0.1:8082/`,
        changeOrigin: true
      }
    },