|
@@ -21,7 +21,7 @@ export default ({mode})=>defineConfig({
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
// target: 'http://8.136.199.33:8608',
|
|
|
- target: 'http://gnetareport.hzinsights.com',
|
|
|
+ target: 'http://gnetareport.hzinsights.com/ybreport',
|
|
|
changeOrigin: true,
|
|
|
rewrite: (path) => path.replace(/^\/api/, '/api')
|
|
|
}
|