Files
vtj/apps/uniapp/proxy.config.ts
2024-01-25 14:12:52 +08:00

7 lines
103 B
TypeScript

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