This commit is contained in:
2026-04-14 21:17:45 +08:00
parent 2953172227
commit 9ecab34b15
11 changed files with 449 additions and 922 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ export default defineConfig({
proxy: {
'/api': {
target: 'http://192.168.13.105',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api')
changeOrigin: true
}
}
}