优化本地存储

This commit is contained in:
mayongjian
2025-05-18 12:19:12 +08:00
parent 86a12b5ddd
commit 453623d716
2 changed files with 52 additions and 4 deletions

View File

@@ -46,6 +46,10 @@ export default defineConfig({
target: 'http://localhost:8080',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},
'/profile': {
target: 'http://localhost:8080',
changeOrigin: true
}
}
},