后台管理功能实现

This commit is contained in:
2025-10-28 17:30:47 +08:00
parent 3f651d8072
commit f7a3868f34
10 changed files with 4562 additions and 24 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ export default defineConfig({
port: 5174,
proxy: {
'/api': {
target: 'http://localhost:8080',
changeOrigin: true
target: 'http://localhost:19089',
changeOrigin: true,
rewrite: (path) => path
}
}
},