|
|
@@ -20,6 +20,11 @@ const proxy: Record<string, string | ProxyOptions> = {
|
|
|
// secure: false,
|
|
|
rewrite: (path) => path.replace(/^\/api\/chengyun/, 'api/'),
|
|
|
},
|
|
|
+ '/cgi-bin': {
|
|
|
+ target: 'https://10.74.201.149:59095',
|
|
|
+ changeOrigin: true,
|
|
|
+ secure: false,
|
|
|
+ },
|
|
|
'/api': {
|
|
|
// target: 'http://192.168.3.72:8081/',
|
|
|
// target: 'https://10.68.191.169:9080',
|