wl
2022-11-28 45c6e79484939975799ce1143af9a9db3649447e
vue.config.js
@@ -39,11 +39,9 @@
    proxy: {
      // 跨域配置
      "/sccg": {
        target: `http://42.193.1.25:8082`,
        changeOrigin: true,
        pathRewrite: {
          "^/api": ''
        }
        target: `http://42.193.1.25/`,
        // target: `http://127.0.0.1:8082/`,
        changeOrigin: true
      }
    },
    // disableHostCheck: true