“dzb”
2022-10-17 0d7d6fc9a5c40ccc90190b0f24039ec1362f120f
vue.config.js
@@ -38,11 +38,11 @@
    },
    proxy: {
      // 跨域配置
      "/api": {
      "/sccg": {
        target: `http://42.193.1.25:8082`,
        changeOrigin: true,
        pathRewrite: {
          "^/api": ''
          "^/sccg": ''
        }
      }
    },