This commit is contained in:
给我
2026-04-16 14:21:25 +08:00
parent f8e99b7c77
commit c3b2a20ad0
14 changed files with 1026 additions and 572 deletions

View File

@ -11,9 +11,8 @@ module.exports = {
devServer: {
port: 9528,
proxy: {
'/mosty-api': {
target: "http://118.122.165.45:35623",
// target: "http://192.168.31.91:8006",
'/api': {
target: "http://220.166.58.28:172",
changeOrigin: true,
},
}