json 这么麻烦

This commit is contained in:
2025-11-06 20:59:18 +08:00
parent a0503d575e
commit aa3431856b
6 changed files with 354 additions and 26 deletions
+1 -8
View File
@@ -10,13 +10,6 @@ export default mergeConfig(
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url)),
},
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:8080',
changeOrigin: true,
},
},
},
}),
)