云文件系统初始化

This commit is contained in:
2026-04-02 22:08:01 +08:00
parent 6addb74d32
commit 9ff222c22c
9 changed files with 101 additions and 68 deletions

View File

@@ -22,19 +22,19 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:8080',
target: 'http://localhost:18089',
changeOrigin: true
},
'/ws': {
target: 'ws://localhost:8080',
target: 'ws://localhost:18089',
ws: true
},
'/uploads': {
target: 'http://localhost:8080',
target: 'http://localhost:18089',
changeOrigin: true
},
'/files': {
target: 'http://localhost:8080',
target: 'http://localhost:18089',
changeOrigin: true
}
}