feat: add report preview

This commit is contained in:
qixinbo
2026-03-19 17:48:52 +08:00
parent 7c9abcadfe
commit 2c9ae92668
3 changed files with 37 additions and 1 deletions
+4
View File
@@ -20,6 +20,10 @@ export default defineConfig({
target: 'http://localhost:8000',
changeOrigin: true,
},
'/reports': {
target: 'http://localhost:8000',
changeOrigin: true,
},
},
},
})