This commit is contained in:
2026-02-12 21:19:23 +08:00
parent 29ab53056a
commit 7fdb6e2ad3
12 changed files with 2320 additions and 313 deletions

View File

@ -47,7 +47,7 @@ module.exports = {
// }
// 当请求前缀是/dev-api时,使用下面的代理
'/dev-api': {
target: 'http://110.40.171.179:8089',
target: 'http://localhost:8089',
changeOrigin: true,
pathRewrite: {
'^/dev-api': ''