明梦爽
2022-08-09 a112e96ab559adc810ae043a145fd898548725f7
vue.config.js
@@ -5,7 +5,7 @@
    devServer: {
      proxy: {
        '/api': {
          target: 'http://8.140.68.52',
          target: 'http://localhost:7070',
          changeOrigin: true,
          ws:true,
          pathRewrite: {
@@ -14,5 +14,5 @@
        }
      }
    }
  }
  },
}