fix: vrt车载修改提交备份。

This commit is contained in:
tianyongbao
2025-10-31 23:21:00 +08:00
parent a3ff726073
commit fe9dad449d
8 changed files with 2841 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ export default defineConfig(({ mode, command }) => {
rewrite: (p) => p.replace(/^\/file-upload/, '')
},
'/fileUrl': {
target: 'http://117.72.197.29:9000', // 本地
target: 'http://154.8.147.51:9000', // 本地
changeOrigin: true,
rewrite: (p) => p.replace(/^\/fileUrl/, '')
},