odc.xiaohui
2023-03-18 f93a3e896a7d81f744b72e8069b8226bfdec8ade
vue.config.js
@@ -39,8 +39,8 @@
    proxy: {
      // 跨域配置
      "/sccg": {
        target: `http://42.193.1.25/`,      //测试环境
        // target: `http://192.168.3.220:8082/`,
        // target: `http://42.193.1.25/`,      //测试环境
        target: `http://192.168.3.240:8082/`,
        changeOrigin: true
      }
    },