Files
vtj/dev/proxy.config.ts
陈华春 7f8b5c3d53 material
2023-12-07 08:42:28 +08:00

7 lines
103 B
TypeScript

export default {
'/api': {
target: 'https://sso-sit.newpearl.com',
changeOrigin: true
}
};