解决隧道仿真数据在隧道中没有渲染问题

This commit is contained in:
trp
2024-12-29 14:50:59 +08:00
parent 833318dceb
commit aefdd23925
5 changed files with 378 additions and 288 deletions

View File

@@ -74,7 +74,7 @@ export default defineConfig({
// rewrite: (path) => path.replace(/^\/api/, ''),
// },
'/api': {
target: 'http://web-tunnel.feashow.com/api',
target: 'http://frp.toomewhy.top:38000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},