Files
vtj/platforms/pro-uni/proxy.config.ts
“chenhuachun” 262e4e2080 feat: uniapp 预览工程
2025-02-12 16:02:41 +08:00

15 lines
262 B
TypeScript

export default {
'/api': {
target: 'https://sso-sit.newpearl.com',
changeOrigin: true
},
'/__vtj__': {
target: 'http://localhost:9527',
changeOrigin: true
},
'/@vtj': {
target: 'http://localhost:9527',
changeOrigin: true
}
};