下发任务 修改任务处理

This commit is contained in:
maojiacai
2025-09-07 21:33:05 +08:00
parent 5cd52c4d2c
commit 8aad9f302f
20 changed files with 1248 additions and 36 deletions

View File

@ -12,8 +12,8 @@ module.exports = {
port: 9528,
proxy: {
'/mosty-api': {
target: "http://118.122.165.45:35623",
// target: "http://172.20.19.54:8006",
// target: "http://118.122.165.45:35623",
target: "http://192.168.1.8:8006",
changeOrigin: true,
},
}
@ -29,4 +29,4 @@ module.exports = {
}
}
},
};
};