mg
2022-11-03 376c0dc313c8e0426a7951bdfaf4736e882dcf93
vue.config.js
@@ -38,12 +38,9 @@
    },
    proxy: {
      // 跨域配置
      "/api": {
        target: `http://42.193.1.25:8082`,
        changeOrigin: true,
        pathRewrite: {
          "^/api": ''
        }
      "/sccg": {
        target: `http://42.193.1.25:8082/`,
        changeOrigin: true
      }
    },
    // disableHostCheck: true