mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-16 11:17:20 +08:00
15 lines
262 B
TypeScript
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
|
|
}
|
|
};
|