This commit is contained in:
2025-12-09 13:26:09 +08:00
parent d0cc4ac052
commit 490e8e70f1
19 changed files with 5592 additions and 88 deletions

View File

@@ -63,7 +63,7 @@ export default defineConfig({
// 代理配置
proxy: {
'/api': {
target: 'http://127.0.0.1:8081',
target: 'http://127.0.0.1:8082',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
configure: (proxy, options) => {