trp:隧道场景仿真修改完成,待接口调试

This commit is contained in:
trp
2025-01-01 23:24:59 +08:00
parent b64d943a5e
commit 41cc1b4edd
6 changed files with 98 additions and 117 deletions

View File

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