配置文件修改

This commit is contained in:
jlzhangyx5
2025-05-28 10:50:47 +08:00
parent 3b161dac70
commit e951eec4a7

View File

@ -42,6 +42,7 @@ export default {
target: 'http://localhost:18014',
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-rsms': '' },
},
'/api/biz-service-ebtp-agency': {
target: 'http://localhost:18099',
changeOrigin: true,
@ -89,4 +90,3 @@ export default {
},
}
};