This commit is contained in:
2025-09-21 01:04:56 +08:00
parent 2b573aeff5
commit 4fe4e3adfa

View File

@@ -42,7 +42,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:3001',
target: 'http://127.0.0.1:3010',
changeOrigin: true,
secure: false,
configure: (proxy) => {