This commit is contained in:
30404 2024-06-24 20:04:31 +08:00
parent f5c0cefb3c
commit de3fff164e
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ module.exports = function(app) {
target: 'http://localhost:5000', // 目标后端服务地址
changeOrigin: true,
})
);
);
};