mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-06 17:01:16 +08:00
7 lines
103 B
TypeScript
7 lines
103 B
TypeScript
export default {
|
|
'/api': {
|
|
target: 'https://sso-sit.newpearl.com',
|
|
changeOrigin: true
|
|
}
|
|
};
|