luobisheng
2022-11-23 a4a9d6c03b724689ae74fe5f15149af89200b5de
vue.config.js
@@ -38,12 +38,10 @@
    },
    proxy: {
      // 跨域配置
      "/api": {
        target: `http://42.193.1.25:8082`,
        changeOrigin: true,
        pathRewrite: {
          "^/api": ''
        }
      "/sccg": {
        target: `http://42.193.1.25/`,
        // target: `http://127.0.0.1:8082/`,
        changeOrigin: true
      }
    },
    // disableHostCheck: true