diff --git a/app-dm/src/setupProxy.js b/app-dm/src/setupProxy.js index d5f0756..0c8ba35 100644 --- a/app-dm/src/setupProxy.js +++ b/app-dm/src/setupProxy.js @@ -7,5 +7,5 @@ module.exports = function(app) { target: 'http://localhost:5000', // 目标后端服务地址 changeOrigin: true, }) - ); + ); }; \ No newline at end of file